View Single Post
Old 02-21-2006, 10:59 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,503
sde is on a distinguished road
i haven't experienced the problem you mention. here's the format of one i use.
Code:
AuthGroupFile /dev/null
AuthName "authorized users only"
AuthType Basic
AuthUserFile <path to .htpasswd>
require valid-user
sde is offline   Reply With Quote