Forum Moderators: open
Google webmaster tools is looking for the old GeorgeBush.htm, seeing the 301 to georgebush.htm, and noting that there was a redirect error. Why?
I've tested the redirect in browsers and it's working fine. I'm using just the "O" and "RP" flags, not the "I"
(e.g., RewriteRule /1/USA.htm [mysite.com...] [O,RP])
I thought Google saw upper and lower case like Apache does - as being different filenames (unlike programs like Frontpage) - or am I wrong?
[edited by: oddsod at 3:47 pm (utc) on Dec. 8, 2006]
I've tested the redirect in browsers and it's working fine.
Have you tested it with a Server Header tool just to be sure that it is returning the proper header response?
I thought Google saw upper and lower case like Apache does - as being different filenames (unlike programs like Frontpage) - or am I wrong?
No, you are correct.
In Windows, there is no case sensitivity. This has caused problems for many who use mixed case and don't follow a strict set of guidelines for naming conventions. All that mixed case wreaks havoc on initial indexing. Even after the fact. You're using mixed, people are linking all lower case, so Google is seeing two copies of everything. It's a mess!
#1 Server Response: [**mysite**.com...]
HTTP Status Code: HTTP/1.1 301 Moved Permanently
Connection: close
Date: Fri, 08 Dec 2006 15:48:10 GMT
But both
Location: and
Redirect Target:
are showing the URL in complete lower case.
[google.com...]
Something isn't quite right either with the redirect or with Google's reporting. ;)