Forum Moderators: phranque
In my website's root I have an .htaccess, that prevent blank referers and some other stuff.
Now I want to disable ALL that, for a particular folder. How do I do that?
Thanks
Alternately, you can add a new rule at the top of the mod_rewrite code in your root .htaccess:
RewriteRule ^my_folder/ - [L]
Jim
Then I tried to add this in my .htaccess in my root older:
RewriteCond %{REQUEST_URI}!^/Thumbs/
But nope that did not work either...
Works now, sorry...