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).]