Forum Moderators: phranque
I already block this IP with an .htaccess, sending an 403 Forbiden Access answer each time it asks for a page. But, instead, I would like to completely ignore requests from that robot as if my server wasn't online.
Can this be done? If yes, how?
[edited by: jdMorgan at 7:01 am (utc) on Dec. 13, 2004]
[edit reason] Removed specifics per TOS [/edit]
If you just want to limit the bandwidth wasted in 403ing this 'bot, then redirect it to a subdirectory with a zero-byte custom 403 error page in it. This will limit the response bandwidth to whatever server response headers your server is configured to return, but with a content-body length of zero.
Jim