[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] what's wrong with this .htaccess??



You most have a line for each user 

require user username1
require user username2
require user usernameX

On Tue, 26 Sep 2000, Ekrem Soylu - design-Tr Bilisim Teknolojileri wrote:

> I downloaded and setup a cgi program that "account manager" which helps to
> manage .htpasswd file of a private folder like members on my RAQ3. It worked
> and i could easily add users with it. Acc. Man. adds users to .htpasswd and
> than i created .htaccess file for this private folder like this;
> 
> AuthUserFile /home/sites/site16/.htpasswd # (I checked out .htpasswd file
> there and contains encoded passwords)
> AuthGroupFile /dev/null
> AuthType Basic
> AuthName "MyLittleMemberFolder"
> 
> <LIMIT GET POST>
> require valid-user
> </LIMIT>
> 
> Seems normal huh? But when i try to connect site via browser
> (http://www.domain.com/members) it shows user and password popup but does
> not accept passwords? Gives that error;
> 
> Authorization Required
> 
>  This server could not verify that you are authorized to access the document
> you requested. Either you supplied the wrong credentials (e.g. bad
> password), or your browser does not understand how to supply the credentials
> required.  But .htpasswd file is correct and also .htaccess..
> 
> What's wrong with them???
> 
> Ekrem Soylu
> Engineer
> 
> design-Tr IT
> www.design-tr.com
> 
> 
> 
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>