Forum Moderators: DixonJones

Message Too Old, No Replies

HitboxDoctor

Anyone know how to block it?

         

keyplyr

2:48 am on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Neither this in robots.txt

User-agent: HitboxDoctor
Disallow: /

or this in .htaccess

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^HitboxDoctor
RewriteRule ^.* - [F]

is working, anyone know what will?

keyplyr

2:50 am on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Nevermind, I had extra whitespace in .htaccess. I removed it and it is working properly now. Glad I took a look.