[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] .htaccess and Account Manager LITE on Raq4
- Subject: RE: [cobalt-developers] .htaccess and Account Manager LITE on Raq4
- From: "Achieve Website Design" <info@xxxxxxxxxxxxxx>
- Date: Tue Feb 13 05:09:25 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
we've used it and had no problems.
Can you confirm the errors?
Malcolm,
Although I'm not sure why, when I run the program and login as admin, no
.htpasswd file is created. New users can apply at amform.htm. Email works
fine, and I can approve at amadmin.pl . However when a user then tries to
log in with their username and password the message "you do not have access
to this server or browser could not accept credentials etc" appears. As
mentioned, no .htpasswd file has been created.
The code I use for my .htaccess file is:
AuthUserFile /home/sites/site12/web/members/.htpasswd
AuthGroupFile /dev/null
Authtype Basic
Authname members
AuthPAM_Enabled off
<LIMIT GET POST>
require valid-user
</LIMIT>
I have also changed the line in access.conf file from
AllowOverride None to AllowOverride Authconfig
Thanks,
Declan Connolly.