301 htaccess redirect or 301 HTTP DNS Redirect
-
Hi,
I was wondering which you would recommend for a 301 redirect. Should we do a 301 redirect from .htacess or should we do a HTTP DNS 301 redirect. The HTTP redirect, does a redirect from the DNS Provider and doesn't require that we keep hosting the site while the htacess redirect still requires hosting.
Thanks!
-
So ideally you would do page to page redirects which would be on the .htaccess level. Meaning sitea.com/topicx redirects to siteb.com/similartopicx
If you don't have that ability/don't want to do that, use the DNS 301 and point it all to siteb.com. I would also first verify both websites in GWT and tell Google the website is moving locations.