Date: Mon, 17 Apr 2006 17:05:04 -0400
From: "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
Subject: [coba-e:04727] .htaccess User Authentication
To: <coba-e (at mark) bluequartz.org>
Message-Id: <!&!AAAAAAAAAAAYAAAAAAAAAPc/2lpi38BEv46VBpDc+JTCgAAAEAAAACsyr+idJ71HlJVoMsvp7z8BAAAAAA== (at mark) uhostme.net>
In-Reply-To: <200604171132.26774.keb (at mark) pa.net>
X-Mail-Count: 04727
I have a directory on my server I want to password protect. I have an
.htaccess file in the directory that looks like this:
#Basic configuration for any users:
#AuthAuthoritative On
AuthType Basic
AuthName Your_Eyes_only
AuthExternal pwauth
require valid-user
It doesn't work.
What should this file look like if I wanted to only allow authenticated
users from the BQ machine?
What should it look like if I only wanted to validate the administrative
user of the BQ machine?