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

Re: [cobalt-users] re: htaccess



> 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