Quote:
Originally Posted by rolandogomez
I have a "private" directory where I use images out of there to post on other forums and I don't want that to be protected as I need to use this. I'm also installed the VBImage Hosting, so would it be safe to say I'd put this .htaccess file in my "Photo Post" root directory and not the site's root or the forum root? The whole idea of VB Image Host is so certain members can use it to post in places like Myspace.
Thanks, rg sends!
|
If you want to exclude a subfolder from the hotlink protection, create another .htaccess file with the lines below and upload it to that directory:
Quote:
RewriteEngine on
RewriteRule ^.*$ -
|