Re: [EMAIL PROTECTED] password protected dir with unprotected subdir
Tom Cat wrote: Alias /demo "/work1/open/" Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all As I feared the first directory (/work1) kicks in and requires a user. Is there something I can do to unprotect just that one subdir or will
[EMAIL PROTECTED] password protected dir with unprotected subdir
I've set up one directory to be password protected. Alias /work "/work1/" Options Indexes MultiViews AllowOverride None Order allow,deny AuthUserFile /etc/httpd/htpasswords AuthType Basic AuthName "Work1" require user strycat Allow f