Quote Originally Posted by HelpMeSell View Post
Just tried it, still the same but this time it won't add the www when i don't put www
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]