Forum Moderators: open
(I don't mind if Scooter was coming for a legit reason, but my logfiles are filled with bogus info right now)
Help!
Check out
[webmasterworld.com...]
if you have access to mod_rewrite.
Good luck
I still want Scooter to come back at a later date and spider my actual site, I'm just trying to stop him from looking for those non-existant url's over and over. It's been doing this for almost 2 weeks now, and even though Scooter is getting a non-resolving destination (I'm not even using a 404 page), he still keeps coming back to look for the urls.
I would suggest this as an alternative:
[perl]
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ^Scooter
RewriteRule ^(.*) [altavista.com...] [L,R=302]
[/perl]
The R=302 says that your page has moved temporarily to the same page under altavista - maybe the techs there will get the hint ;)
You'll still get all of the logs though.
Ideally I would block scooter in abuse mode at the firewall (or ipchains on linux) - but this will not be an option on a hosting package.