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

[cobalt-developers] .htaccess Raq4



I am trying to set up .htaccess for a members only area on a site. Can
somebody let me know if the code I am using below is correct for Raq4.

AuthUserFile /home/sites/site12/web/info/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
AuthName "Name of the Private Area Here"

<LIMIT GET POST>
require valid-user
</LIMIT>

Sincerely,
Declan Connolly.