For some reason I'm getting lots of these in my logs: [20/Mar/2009:08:36:54 -0700] "GET /folder/favicon.ico HTTP/1.1" 404 23204 "-" "Mozilla/4.0 (compatible; GoogleToolbar 5.0.2124.6042; Windows XP 5.1; MSIE 7.0.5730.11)"
[20/Mar/2009:08:36:55 -0700] "GET /folder/favicon.gif HTTP/1.1" 404 23204 "-" "Mozilla/4.0 (compatible; GoogleToolbar 5.0.2124.6042; Windows XP 5.1; MSIE 7.0.5730.11)"
Doesn't make any sense - I have a favicon.ico and it displays just fine.
So why is the toolbar making such a request? It's looking for the favicon in each sub directory. The favicon is in the root, just as it's supposed to be.
And then why does it also look for favicon.gif?
Very confused - has anyone else seen this?