Forum Moderators: phranque

Message Too Old, No Replies

RewriteCond %{HTTP_USER_AGENT}

need to block 8484 Boston Project v 1.0

         

cybertime

11:34 am on Dec 2, 2004 (gmt 0)

10+ Year Member



I am trying to block 8484 Boston Project v 1.0
in .htaccess and was wondering if this is the right way:

RewriteCond %{HTTP_USER_AGENT}!E 8484 Boston Project [NC]

Thank you

dari

1:37 pm on Dec 2, 2004 (gmt 0)

10+ Year Member



RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]

is how i have user agents blocked (you need to escape the space)

cybertime

7:53 pm on Dec 3, 2004 (gmt 0)

10+ Year Member



Thank you dari.

dari

8:02 pm on Dec 3, 2004 (gmt 0)

10+ Year Member



You're welcome.
I've got a whole list of bots which I ban from my sites, if you're interested.