View Single Post
Old 04-19-2002, 10:15 AM  
Gramma
Confirmed User
 
Join Date: Apr 2002
Posts: 402
This is the .htaccess I use .. it prevent access to a whole folder:
be sure to allow access to your own domain though

RewriteEngine on
RewriteOptions inherit

RewriteCond %{HTTP_REFERER} !^http://.*yourdomain.com/.*$ [NC]

RewriteRule /* http://www.yourdomain.popuphell.html
__________________
gramma at ix.netcom.com
Gramma is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote