My entire site is protected using an .htaccess file (requires the user to log in).
There is one directory I would like completely open to the public. Directory is www.mysite.com/pv/
I cannot figure out how to allow complete access to just this one directory (overriding the /.htaccess restrictions).
I've tried...
<Files *>
allow from all
</Files>
But it still seems to apply the parent's .htaccess file
Thanks,
J