Having trouble with the root domian name http://name and the www.name. Webmaster tools and site checkers show my site having 2 different url s causing duplications. I cannot redirct the root domain to the www. one as my hosting company says it does not support root domains. Confused, any advice?
you can select http://yoursite.com option from webmaster tool. So the duplication problem won't happen.
This is the rule if you want it for htaccess. RewriteCond %{HTTP_HOST} ^www\.domain\.net$ [NC] RewriteRule ^(.*)$ http://domain.net/$1 [L,R=301] change the domain.net to your current domain.