Davide Bianchi wrote:
> Mitchua <mitchuaNOSPAM.TakeThisOut@hush.com> wrote:
>> to find a way to allow certain files to be not password protected.
>
> Use the Satisfy directive in a <Directory > or <Location> block.
> See the documentation about Satisfy.
>
> Davide
>
<Directory> and <Location> are only available in server config,
not .htaccess. Is there any way to use Satisfy in an .htaccess?
I've tried something like this that just totally unprotects the directory
and everything in it:
Satisfy any
...
require user theuser
<Files public*>
Allow all
</Files>
Thanks for your help Davide.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Using .htaccess to make files public in password protected..