Forum Moderators: phranque
I recently inserted a 301 redirect to correct the main domain issue it looks like this and works
RewriteEngine on
rewritecond %{http_host} ^mydomain,com [nc]
rewriterule ^(.*)$ [www(dot...] )mydomain,com/$1 [r=301,nc]
Question 1
Does this help me and if so what can I add to the HTACCESS do reference the index.html entries
Question 2
In Google Webmaster tools does it help to point my site to www,mydomain,com (which is where all my backlink building has been done)
Thanks in advance
[google.com...]
I never set the WMT preference. I always use the redirect as that signals the same for all users and all SE.