Quote:
Originally Posted by bbutton
Hi,
Does anyone know if you can find out from a visiting bot that has a 404 which url had the broken link on it.
I have used
request.servervariables("ALL_HTTP") on my 404 page but this does not contain the referring URL that the BOT found the broken link on.
Kind regards
Bill Button
Technical Manger
http://www.rodmatic.com
|
Doubtful; this should be in the referrer field of the request header, but if a bot doesn't want to talk to you, it won't.
But you should have the URL that came up 404 in your web stats. I'd do a search on that ( either through Google, or if it's an intranet site, using Windows Search ) and see if you can find out. I'd try the full URL and also just the name of the file the specific page lives in, in case it's a relative link.
|