View Single Post
Old 03-19-2004, 08:00 AM  
jayeff
Confirmed User
 
Join Date: May 2001
Posts: 2,944
You could cut out two of the lines by going to:

Code:
RewriteCond %{HTTP_REFERER} ^http(s)?://([^@\/]+@)?([a-z0-9-]+\.)*coolsexvision.com(:80)*(/.*)* [NC,OR]
...and the same for the other domain you want to block. That will take care of all possible variations on the domain names and also upper and lower case variations.

Only [NC] at the end of the second/last domain line of course.

Last edited by jayeff; 03-19-2004 at 08:02 AM..
jayeff is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote