Error 500 on 1und1

Hey guys,
i hate 1und1 but i must upload a website for a customer on their server.
Now the problem is the server gives me a Error 500 when i visit the page.
Have anyone a idea or a solution?

Thanks

Any error_log infos or other hints?

Have you tried to rewrite base in the .htaccess file ?

# RewriteBase /mysite
RewriteBase /

I often have to set the correct PHP-Version when clients host their sites on 1&1:

https://hilfe-center.1und1.de/hosting/skript--und-programmiersprachen-c10082634/php-c10082686/einrichtung-c10082738/php-version-festlegen-a10782429.html

1 Like

or just try adding these line to top of htaccess file

AddType x-mapp-php5.4 .php
AddHandler x-mapp-php5.4 .php

https://hilfe-center.1und1.de/hosting/1und1-hosting-c10085285/skript--und-programmiersprachen-c10082634/php-c10082686/einrichtung-c10082738/php-version-auf-managed-server-umstellen-a10791784.html

That’s it!

Thank you.