[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] confused by .htaccess
- Subject: Re: [cobalt-users] confused by .htaccess
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sun Jul 1 21:46:16 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> this worked fine for a while but now we have to modify
because NO ONE gains access to these pages.... to read as:
>
> #Access file
> order allow,deny
> allow from all
> Authname WebStats
> Authtype Basic
>
>
> conclusion this means, all Users on the system will have
acces to all stats-pages.... this is not a solution...
>
AuthUserFile /path-to.htpasswd
AuthName WebStats
AuthType Basic
<Limit GET>
require valid-user
</Limit>
Try the following link for more info.
http://www.cgi101.com/class/password/
Gerald