I'll take a stab at it. Make sure you have the .htaccess file in the
directory you are trying to control access to. The format should be
something like this:
AuthName "Access"
AuthType Basic
AuthUserFile /usr/apache/conf/htpassword
AuthGroupFile /usr/apache/conf/htgroup
require group users
How do I point the htaccess file at it so it knows where to look for the
password?
Brian Schramm
[EMAIL PROTECTED]
www.linuxexpert.org
On Tue, 2 May 2000 [EMAIL PROTECTED] wrote:
> Hi Brian,
> I think your looking for this:
>
> [timberwolf:someuser:/$]> htpasswd
> Usage: htp
2 matches
Mail list logo