[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Membership Management
- Subject: [cobalt-users] Membership Management
- From: Linda Dolente <ldolente@xxxxxxxxxxxxxxxx>
- Date: Wed Aug 29 17:19:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi: I have a Cobalt Raq3i and cannot get my membership management software
working. It works fine up until I get to inputting the User ID and passwd
that I just registered with into the popup request. Here is a copy of my
.htaccess file:
order allow,deny
allow from all
require valid-user
Authname "Members"
AuthPAM_Enabled off
Authtype Basic
AuthUserFile /home/sites/site42/web/Members/.htpasswd
After I get the authentication popup, I enter the User ID and password, I
receive an error message stating that I am not allowed into that area of the
site.
When I telnet in, I can see the .htpasswd file with my username and
encrypted password. Permissions are correctly set. Also, the domain name
is on a different server, and I set them up using their own IP address.
Any help? The tech from the software company took a look at my files and
said that everything is working as it should from the software end (the
software automatically dumps the info into the .htpasswd file).
Thanks-
LD