Hey guys, My apache log format is as follows: LogFormat "%h %l %u %t \"%r\" %>s %b \"%f\" \"%{Referer}i\" \"%{User-agent}i\" Every once in a while I get this weird query: 66.102.6.136 - - [13/Aug/2006:17:34:12 -0700] "GET /Sorry.asp HTTP/1.0" 200 24432 "/var/www/customerdomains/fasttrack78.com/index.php" "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" See "GET /Sorry.asp HTTP/1.0". What is it? I mean I run php pages only. Where is this Sorry.asp coming from? Please help.
Chances are that it could be a really outdated link. Maybe your domain was owned by someone else and they ran asp pages. There could be an old link buried somewhere on the net. This is just my thought!
They first request a file from the website, get an OK reply. Then somehow they get to this Sorry.asp. I mean, their browser already knows where the website is located, there should be no mistaken links. I really doubt it is what you think. Thank you though.
Do you have a error handling document ? In case you use a error handler like i do, i always generate a 200 reply, whatever document you requests... (and even though i also only use PHP, i would get the same result for sorry.php).