500 Internal Server Error

Status
Not open for further replies.

scott_lorencia16

New Member
Messages
8
Reaction score
0
Points
0
It looks like the Rewrite Mode is not working on my site, it was working fine before the server upgrades. I did not do anything on the site configuration. The content of .htaccess file :
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1

All the requests are rerouted by index.php file, which is under the public_html folder.
Thanks for any help
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
It looks like the Rewrite Mode is not working on my site, it was working fine before the server upgrades. I did not do anything on the site configuration. The content of .htaccess file :
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1

All the requests are rerouted by index.php file, which is under the public_html folder.
Thanks for any help

your site is working fine

thread closed........
 
Status
Not open for further replies.
Top