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

Re: [cobalt-users] confused by .htaccess



> 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