Quote:
Originally Posted by cd34
If nothing is going there:
RewriteEngine on
RewriteRule .* http://domain.com/ [R=301,L]
Might confirm with a few SE gurus, but, my belief is that the 301 will not garner the scraping penalty.
|
Yeah, I think this is probably a better way than what I'm doing. I'm also not really sure if the PHP redirect is a 301 or 302, etc. And from what I've read the 302 is the wrong way.
This article explains it pretty well:
The rundown on 301 and 302 redirects