At one point it seemed to be working (around 11 am today), cause I clicked on
http://axlesforless.com/index.php
and it went to
http://www.axlesforless.com/index.php
Ah, sorry, I made an error, it should be like this (of course replace yoursite with Your Site. :-)):
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yoursite.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]



Reply With Quote
