>Found some more info:
>1) If you configure in the access.conf and do not allow overrides:
>
> AllowOVerride None
> AuthUserFile /home/httpd/passwords/.htpasswd
> AuthGroupFile /home/httpd/passwords/.htgroup
> AuthName ByPassword
> AuthType Basic
>
> require valid-user
>
>
Found some more info:
1) If you configure in the access.conf and do not allow overrides:
AllowOVerride None
AuthUserFile /home/httpd/passwords/.htpasswd
AuthGroupFile /home/httpd/passwords/.htgroup
AuthName ByPassword
AuthType Basic
require valid-user
2) If you a
Make sure that you allow override's for the directory you want to
protect with an .htaccess file.
If it is Allowoveride None, it will ignore the .htaccess file.
It is also possible to configure your access restrictions in the access.conf file
itself with an AllowOverride None. I forgot the exact s
-BEGIN PGP SIGNED MESSAGE-
At 23:42 5/8/98 +0200, Igmar Palsenberg wrote:
>This a a .htaccess file :
>
>AuthUserFile /password/brumanual/.htpasswd
>AuthName BRU Manual
>AuthType Basic
>
>
>require user igmar
>
>
>
>It doesn't work. Everyone has access. It beats me !!!
Make sure the U