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

Re: [cobalt-users] [RAQ3] htaccess/htpasswd problems



The server encountered an internal error or misconfiguration and was unable
to complete your request.

.htaccess

AuthPAM_Enabled off
AuthUserFile /home/sites/site7/.htpasswd
AuthGroupFile /dev/null
AuthName Authorized Users Only!
AuthType Basic
order allow,deny
allow from all

I believe it may be the spaces in the AuthName field that are giving you trouble. Try Authorized_Users_Only! or try putting it in quotes (i.e. 'Authorized Users Only!' )


Brian