On 4/23/06, Paul Smedley <[EMAIL PROTECTED]> wrote:
> Hi All,
> I'm trying to secure a page on my site using mod_auth_basic
> AuthBasicAuthoritative Off
> but when I try and access the directory, I get a user/password dialog
> but it doesn't accept it, and in error_log I get:
> [Sun Apr 2
Hi All,
I'm trying to secure a page on my site using mod_auth_basic
I have the following in httpd.conf:
AuthType Basic
AuthBasicProvider file
AuthBasicAuthoritative Off
AuthName "Admin"
AuthUserFile c:/mptn/etc/htpasswd
Require user psmedley