[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Membership Management
- Subject: RE: [cobalt-users] Membership Management
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Wed Aug 29 20:37:04 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
>
Here's mine that works:
AuthPAM_Enabled off
Options -Indexes
AuthUserFile /home/sites/site42/.htpasswd
AuthGroupFile /dev/null
AuthName "Corporate ID"
AuthType Basic
<Limit GET PUT POST>
require valid-user
</Limit>
Notice I have the .htpasswd above the /web directory so no one can browse to
it.
> 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.
What kind of error? Is it generated by the script, or is it the standard
page from the RaQ for that error code?
>
> 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).
Which script?
Are you sure all the paths in the script are correct?
I'm using http://www.cgi-factory.com htpasswd.pl for a client.
--
Dan Kriwitsky