If you suspect mod_rewrite may not be working on your site, one simple method to verify is to setup a single redirect to test it.
Add the following line to the top of your .htaccess file:
Then re-upload it to your server.Code:RewriteEngine on RewriteRule testpage\.html http://www.google.com [R]
Once the .htaccess file has been updated, enter the following into your browser:
This should automatically redirect you to Google.Code:http://www.yoursite.com/testpage.html
If this works, then mod_rewrite IS working on your server.
If this does NOT work, then mod_rewrite is either disabled or setup incorrect. Contact the vBSEO Total Support Team via a the ticketing system:
http://www.vbseo.com/tickets/



1Likes
LinkBack URL
About LinkBacks





Reply With Quote

