June 15, 2005 at 10:32 pm
#667166
Inactive
Yes there is an error in that code.
This is what i have in my .htaccess file and it works fine.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]