Struggle to deploy the starter kit on OVH

Hi everybody,
So i spent two days looking for a solution.
But i’m here.

So i buy a license, and i just want to upload the starter kit on my webserver OVH, and work directly in the server.

So with cyberduck i upload the files “starter-kit”, i rename it “www”.
And i add to the .htaccess :

RewriteEngine on
RewriteCond %{HTTP_HOST} !=localhost
RewriteCond %{HTTP_HOST} ^www. [NC,OR]
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(?:www.)?(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L,NE]

and the config.php as:
return [
‘panel’ =>[
‘install’ => true
]
];

My OVH is running php 8.1.
And i get this error message on my website and my panel:

This page is currently offline. We are very sorry for the inconvenience and will fix it as soon as possible.

**
Advice for developers and administrators:**
**Change the PHP version to one supported by your version of Kirby **

So what could i do ?

Thank you :slight_smile:

Double-check your PHP version, do you really have 8.1+ installed and running? According to the error message, you don’t.

Ok, the problem was the hidden file… sorry,
And i have now a beautiful index but the /panel is showing:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at postmaster@laurent-g.eu to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

something about the .ht acces?

Its the same than before and config php has been change also.

Did you check the log?