.Cameron
Jul 29 2006, 09:54 PM
I want to enable hotlink protection on my site for obvious reasons. However, I would like to exclude one directory but I don't know what to place in that directory's .htaccess file. Can anyone assist me with this?
Scott H.
Jul 29 2006, 10:02 PM
Try adding
QUOTE
RewriteEngine on
RewriteRule ^.*$ -
to the htaccess file in the excluded directory.
.Cameron
Jul 31 2006, 10:17 PM
Thanks; it appears to be working quite well.