Cant install website on server

Hello everyone,

I am trying since half an hour to get a website project online and its really disappointing, i guess its something with htaccess File but no idea what i do wrong. I am using United Domains as the provider and set the site up on a subfolder: madagagruenekiste

The domain is: https://madagruenekiste.org/

It works perfectly on my server with the same PHP settings:
https://sandroieva.com/GK_Website

My settings in the HTACCESS:
# RewriteBase /madagruenekiste

Any idea what i can do?

Your website shows a HTTP 500 error, which indicates an application error of the webserver. This might be due to a missing PHP extension or a coding error. If you have access to the log files, there should be more information.

Regarding your line in .htaccess, this syntax comments out the directive, uncomment it by removing the # to check if this has an effect. To check if your .htaccess is read at all by the webserver, you could add some garbage into it. If the webserver runs to an error, it is read.

still the same problem. I dont know why I cant get it to run

Check the webserver logs, there must be some info therein.

what i need to write into the HTACCESS when the domain is in a subfolder? For example “petitprince”

I have also broken links: https://petit-prince.reisen/

I want two Kirby Instances on the same server:

www.petit-prince.reisen
and
www.madagruenekiste.org/de

Could fix it. Thanks fro the help