My domain pulls up just fine without WWW (ie. domain.com) but when users inputs www.domain.com the I get a Server Not Found error.
I tried doing a force rewrite with .htaccess and:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.##domain##\.com$ [NC]
RewriteRule ^.*$ http://##domain##.com%{REQUEST_URI} [R=301,L]
but it doesn't solve the problem.
Any suggestions?
Thanks
jw






Bookmarks