Quote:
Originally Posted by Shazam That last section may be a problem, the one with the index.php stuff. I suggest you eliminate that, as it will cause issues on some sites (it did for me). |
Yea, sorry, it should be:
RewriteEngine on
RewriteRule ^.htaccess$ - [F]
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.domain\.com$
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]