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

Re: [cobalt-users] Password Protected Directory



> AuthUserFile /home/sites/site*/web/directory/.htpasswd
> AuthName "Access denied"
> AuthType Basic
> <Limit GET>
> require username
> </Limit>

Since Cobalt's are cool (in a way), you can leave out the AuthUserFile and it 
will use the database to auth the user (or group).

Kevin Bonner