Gossamer Forum
Home : Products : Links 2.0 : Discussions :

user 2: password mismatch: .HTACCESS problem!

Quote Reply
user 2: password mismatch: .HTACCESS problem!
This is what I'm getting when I enter my user name and password.
I know I have .htaccess pointing to the right .htpasswd directory.

Because I get this when I enter a false username and password.
user false not found:
I've chmoded 777 on both directories and .ht files, didn't work. Maybe a different chmod but I don't think so!

AuthUserFile /my/correct/directory/.htpasswd
AuthType Basic
AuthName "My Name"

<Limit GET POST>
require user 1 2 myname
</Limit>

Tried:
require valid-user
without <Limit>


Need more tips,

TIA

[This message has been edited by wesley (edited October 14, 1999).]
Subject Author Views Date
Thread user 2: password mismatch: .HTACCESS problem! wesley 2102 Oct 14, 1999, 3:48 PM
Post Re: user 2: password mismatch: .HTACCESS problem!
widgetz 2046 Oct 14, 1999, 4:24 PM
Post Re: user 2: password mismatch: .HTACCESS problem!
wesley 2036 Oct 14, 1999, 6:11 PM