[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [RAQ3] htaccess/htpasswd problems - SOLVED
- Subject: RE: [cobalt-users] [RAQ3] htaccess/htpasswd problems - SOLVED
- From: "P S Graham \(Erols\)" <psgraham@xxxxxxxxx>
- Date: Mon Apr 16 02:05:19 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>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
That took care of it. Thanks!!
Patrick