Okay, here's one example. Over the last two days, 403's have been trickling in (I email myself) like this:
From: cycletourist.com
Server Addr = 8.9.24.34
Date and time = Thu, 18 Jan 2007 23:54:38 -0500 • EST
Request URI = /robots.txt
referer =
User Agent = Mozilla/5.0 (compatible; BecomeBot/3.0; +
Become: Site Owners)
Remote Addr = 64.124.85.80
Remote Host = 64.124.85.80.become.com
become.com tries to read my robots.txt file (which is there), but gets a 403 error instead. Then it requests my home page, like this:
From: cycletourist.com
Server Addr = 8.9.24.34
Date and time = Thu, 18 Jan 2007 22:08:18 -0500 • EST
Request URI = /
referer =
User Agent = Mozilla/5.0 (compatible; BecomeBot/3.0; +
Become: Site Owners)
Remote Addr = 64.124.85.80
Remote Host = 64.124.85.80.become.com
... but gets a 403 error instead (with related 403's for my favicon and style sheet file).
Why does 64.124.85.80 get redirected to my 403 error page whenever it tries to access my site?
Chuck