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
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