[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] .htaccess Raq4
- Subject: [cobalt-developers] .htaccess Raq4
- From: "Achieve Website Design" <info@xxxxxxxxxxxxxx>
- Date: Mon Jan 29 04:34:01 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
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.