Forum Moderators: phranque
GET /robots.txt HTTP/1.0" 404 ...Googlebot...
GET / HTTP/1.0" 200 .... Googlebot ....
Now I'm getting this and no index from Google:
GET /robots.txt HTTP/1.0" 302 ...Googlebot...
GET /error.htm HTTP/1.0" 200 .... Googlebot ....
Any ideas on what I did to cause this? The 404 was working fine, now it is getting a redirect to my error page.
ErrorDocument 404 /error.htm
ErrorDocument 404 http://www.example.com/error.htm
Test your site thoroughly after making configuration changes using a Server Headers Checker [webmasterworld.com].
Jim