Forum Moderators: phranque
I have a website that use mod rewrite and its working fine. Then, I re-create the same site on different host/server but this time the mod rewrite isn't working. Is there any configuration on the server that will enable mod rewrite using .htaccess? Here's how my .htaccess code look like :
RewriteEngine On
RewriteRule ^index.html$ index.php
Thanks in advance for your help.
You can also try adding
Options +FollowSymLinks Apache mod_rewite must be loaded and you'll need to have AllowOverride and Options configured correctly in httpd.conf.
If none of these suggestions help, contact your host.
Jim