View Single Post
Old 01-06-2005, 01:08 PM  
fusionx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Olongapo City, Philippines
Posts: 4,618
Quote:
Originally Posted by nudecanada
Thanks for posting that!

Now how could you set that up so it blocks fusker, and say other sites as well such as url's that have "yahoo" in the referrer string?
Simply add another RewriteCond line using "yahoo":


RewriteEngine on
RewriteCond %{HTTP_REFERER} .*fusker*.*$ [NC]
RewriteCond %{HTTP_REFERER} .*yahoo*.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|png)$ - [F,NC]
fusionx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote