cvc505
07-06-2004, 05:08 PM
I am trying to use htaccess and htpasswd to secure a directory. I added the htaccess file to the directory. My htaccess file looks like:
"AuthUserFile /var/www/passwrd/.htpasswd
AuthGroupFile /var/www/passwrd/.htgroup
AuthName My Dog Did A Meep On The Rug
AuthType Basic
<LIMIT GET>
require group allowed
</LIMIT>
"
My HTpasswd looks like:
"cvc505:34TjXEUflGM"
My HTGroup loks like:
"allowed: cvc505"
When I access the directory that contains the htaccess file It will display the index.html. It does not prompt me for a password or user ID. ANy suggestio0ns?
"AuthUserFile /var/www/passwrd/.htpasswd
AuthGroupFile /var/www/passwrd/.htgroup
AuthName My Dog Did A Meep On The Rug
AuthType Basic
<LIMIT GET>
require group allowed
</LIMIT>
"
My HTpasswd looks like:
"cvc505:34TjXEUflGM"
My HTGroup loks like:
"allowed: cvc505"
When I access the directory that contains the htaccess file It will display the index.html. It does not prompt me for a password or user ID. ANy suggestio0ns?