[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] re: htaccess
- Subject: Re: [cobalt-users] re: htaccess
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Wed Jun 13 02:18:59 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> create a .htaccess file in web directory containing the following
content;
> # Acccess file
> order allow, deny
> allow from all
> require valid-user
> Authname Please enter you password
> Authtype basic
> AuthUserFile /home/sites/site35/.htpasswd
> After doing so I get the following message when trying to access the
site;
> Internal Server Error
> What am I missing?
Your authname is more than one word. Make it all one word like so:
Please_enter_your_password
CarrieB