External Publication
Visit Post

500 Internal Server Error

InfinityFree Forum [Unofficial] May 12, 2026
Source

Not yet.. I’m just trying to test the project in a live environment. Should I comment them out?

Anyways, I just modified the .htaccess file and replace some of the codes with:

    RewriteEngine On
    RewriteCond %{REQUEST_URI} !^/public/
    RewriteRule ^(.*)$ /public/$1 [L]

Now I am receiving the 500 Server Error but this time, it has the layouting of my project unlike earlier (500 Server Error page of infinity).

Discussion in the ATmosphere

Loading comments...