[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] what's wrong with this .htaccess??
- Subject: RE: [cobalt-developers] what's wrong with this .htaccess??
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Tue Sep 26 16:25:24 2000
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
you also need to have:
AuthPAM_Enabled off
in there
eg
# access file
order allow,deny
allow from all
require valid-user
AuthName "Account Access Information"
AuthPAM_Enabled off
AuthType Basic
AuthUserFile /path_to_my/.htpasswd
Jim Carey
www.OZbcoz.com
> -----Original Message-----
> From: cobalt-developers-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx]On Behalf Of
> Ekrem Soylu - design-Tr Bilisim Teknolojileri
> Sent: Tuesday, 26 September 2000 7:18 AM
> To: cobalt-developers@xxxxxxxxxxxxxxx
> Subject: [cobalt-developers] what's wrong with this .htaccess??
>
>
> 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
>