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

RE: [cobalt-users] Problems with .htpasswd



> Here's what I have in my .htaccess file currently:
> 
> #Access file
> order allow, deny
> allow from all
> require valid-user
> Authname edit
> Authtype Basic
> AuthUserFile /my path to the .htpasswd file
> 
> 
> 
Add:
AuthPAM_Enabled off
-- 
Dan Kriwitsky