[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] re: htaccess
- Subject: Re: [cobalt-users] re: htaccess
- From: "Dave" <maxdoubt@xxxxxx>
- Date: Tue Jun 12 08:18:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
: I am trying to restrict access to a website. Here are the steps I am
: following.
:
: create a .htpasswd file in directory above web
:
: create a .htaccess file in web directory containing the following
content;
:
: # Acccess file
: order allow, deny
: allow from all
: require valid-user
: Authname Please enter you password
: Authtype basic
: AuthUserFile /home/sites/site35/.htpasswd
Hello,
I have a raq3 but I used the instructions at:
http://list.cobalt.com/pipermail/cobalt-users/2000-December/028435.html
and they worked great for me..........
Dave~