View Single Post
Old 08-31-2003, 09:00 PM  
Holly
Too lazy to set a custom title
 
Holly's Avatar
 
Join Date: Jun 2003
Location: Jesusland
Posts: 10,017
This one covers all the TTI AVS's- CA, CSN, UGAS. Replace "your-domain" and "where ever you send them" and put it in your content (or whatever you call your members/protected) folder:

AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.your-domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://your-domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.avsofchoice\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cybersexnetwork\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.ugas\.com/* [NC]
RewriteRule /* http://where-ever-you-send-them.com [R,L]

That doesn't fit without wrapping- let me try again:

AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.your-domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://your-domain.com [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.avsofchoice\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cybersexnetwork\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.ugas\.com/* [NC]
RewriteRule /* http://where-ever-you-send-them.com [R,L]
__________________
War National Damn Champions Eagle

Last edited by Holly; 08-31-2003 at 09:04 PM..
Holly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote