View Single Post
Old 01-01-2002, 12:41 PM  
amadman
Confirmed User
 
Join Date: Nov 2001
Location: padded room
Posts: 738
I dont know if this will help but here is the rewrite that cyberage gives ya:

Code:
AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.DOMAIN.com [NC]
RewriteCond %{HTTP_REFERER} !^http://DOMAIN.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.avsofchoice\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC]
RewriteRule /* http://www.DOMAIN.com/forbidden.html  [R,L]
THink it only make sure coming from a good domain though.


[This message has been edited by amadman (edited 01-01-2002).]
amadman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote