Forum Moderators: phranque

Message Too Old, No Replies

Condensing RewriteRules

         

keyplyr

12:03 am on Oct 22, 2003 (gmt 0)

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



How would I combine:

RewriteCond %{HTTP_USER_AGENT} ^Star\ Downloader [NC,OR]
and

RewriteCond %{HTTP_USER_AGENT} ^Downloader [NC,OR]

Like this?

RewriteCond %{HTTP_USER_AGENT} ^(Star)? Downloader [NC,OR]

Thanks

keyplyr

3:10 am on Oct 22, 2003 (gmt 0)

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




Got it. Using this to block them all:

RewriteCond %{HTTP_USER_AGENT} Downloader [NC,OR]