rockinaway
03-22-2009, 03:46 PM
At the moment in my htaccess file I have:
RewriteCond %{HTTP_HOST} ^adminfuel\.com [nc]
RewriteRule ^(.*)$ http://www.adminfuel.com/$1 [r=301,nc]
However, when you go to adminfuel.com , it doesn't redirect to the www. version. I want ALL links without the www to redirect to the www form.
RewriteCond %{HTTP_HOST} ^adminfuel\.com [nc]
RewriteRule ^(.*)$ http://www.adminfuel.com/$1 [r=301,nc]
However, when you go to adminfuel.com , it doesn't redirect to the www. version. I want ALL links without the www to redirect to the www form.