Broken Links on Public Server

Hello,

i just uploaded a project from my local server to the public and all links seems to be broken
and Images doesn’t load. I have change the permission to read/write

Get this error: 500 Internal Server Error

This project: www.petit-prince.reisen

What can I do? Please help.

Have you uploaded the .htaccess file? Is rewriting enabled? If yes, you might have to set the RewriteBase in the .htaccess.

Yes the .htaccess is one the server and rewriting is enabled.

If yes, you might have to set the RewriteBase in the .htaccess .
How I can do this?

Change this line:

# RewriteBase /mysite

to

RewriteBase /
1 Like

I had a problem to open the htaccess first and thought its not possible to change something,
but now all works :slight_smile: Thank you very much.