[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] .htaccess Problem on RAQ2
- Subject: RE: [cobalt-users] .htaccess Problem on RAQ2
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Tue May 9 18:42:46 2000
>
>
> We are haivng problems getting .htaccess files to function
> properly on our
> RAQ2. We took the same .htaccess and AuthUserFile files from a Linux
> system on which they operated fine and placed them on our RAQ2. When we
> connect to the protected directory, it prompts for a user/password but
> anything entered is incorrect.
>
> Our .htaccess file is as follows:
> AuthName "Admins Only"
> AuthType Basic
> AuthUserFile /home/sites/site3/htpasswd
> require valid-user
>
Add:
AuthPAM_Enabled off
to your .htaccess file.
--
Dan Kriwitsky