[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] newbie .htaccess problem
- Subject: Re: [cobalt-users] newbie .htaccess problem
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Fri Jan 19 17:36:08 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> #Access file
> order allow,deny
> allow from all
> require valid-user
> Authname _adminarea
> AuthPAM_Enabled off
> Authtype Basic
> AuthUserFile
> /home/sites/www.mydomain.net/web/_adminarea/.htpasswd
>
> After that, while still in the "_adminarea" directory via:
> /usr/sbin/htpasswd -c .htpasswd <username>
>
> I created the logon and pwd....no problem.
>
> Why then am I getting an "Internal Error" when I go to access the pages
and
> not a prompt for logon and password?
>
> So I tried doing it again and now I have Internal Error 500?
>
The archives are full of these things but I think your problem is that it
dosen't know who to deny from....
add
deny from all
Zeffie