Apache Version: 2.2.4
I have a problem with AuthConfig, if i use the directive "AllowOverride 
AuthConfig" I can't see the protected directories in the browser, when I 
use "AllowOverride None" I see all of the directories in the browser.
How to see all the directories and have "Autorization Required" in some 
directories?

Thanks.

Javier.


My configuration:

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>


<Directory "/var/www/html/">
    Options Indexes Includes FollowSymLinks MultiViews
    AllowOverride AuthConfig
    Order allow,deny
    Allow from all
</Directory>

Reply via email to