Forum Moderators: phranque
Does this file request have any special purpose?
[edited by: Storyman at 10:47 pm (utc) on Aug. 4, 2006]
For sitemaps verification (which is rechecked on a periodic basis), Google asks for a uniquely-named file, in this case google075233018b7e6fef.html or similar and checks to see if it exists (200 status code). It then asks for a file that it knows shouldn't exist (404 status code); which it has to do since some servers will return a 200 status code in certain configurations (I'm sure I had IIS 5 do it couple years ago, and Apache will do it if you have a certain malformed .htaccess) even if a file requested doesn't exist.
Therefore, don't block it ;)
[edited by: BertieB at 7:18 pm (utc) on Aug. 6, 2006]