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

[cobalt-developers] .htaccess



>I downloaded and setup a cgi program that "account manager" which helps to
>manage .htpasswd file of a private folder like members on my RAQ3. It worked
>and i could easily add users with it. Acc. Man. adds users to .htpasswd and
>than i created .htaccess file for this private folder like this;
>
>AuthUserFile /home/sites/site16/.htpasswd # (I checked out .htpasswd file
>there and contains encoded passwords)
>AuthGroupFile /dev/null
>AuthType Basic
>AuthName "MyLittleMemberFolder"
>
><LIMIT GET POST>
>require valid-user
></LIMIT>
>
>Seems normal huh? But when i try to connect site via browser
>(http://www.domain.com/members) it shows user and password popup but does
>not accept passwords? Gives that error;

major woes all round on the RaQ3. Here's my file:

order allow,deny
allow from all
require valid-user
Authname GT_devel
AuthPAM_Enabled off
Authtype Basic
AuthUserFile /home/sites/path/to/my/.htpasswd   

Don't ask me about the "AuthPAM_Enabled off" line. Haven't a clue, but it
seems to work with it in.

cLive ;-)

PS - you *are* setting up passwords with the shell "htpasswd" command,
aren't you? :)

cLive hoLLoway
E-commerce Developer, JPI
www.get-trolleyed.co.uk

print pack "H56", '4a75737420616e6f7468657220636f72706f726174652077686f7265';