View Single Post
Old 08-02-2004, 12:59 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,486
sde is on a distinguished road
here is how i did it, but it does not work yet:
Code:
# dbmmanage /tmp/users add username password
# mv /tmp/users /my/path
then i made a .htaccess file:
Code:
AuthType	basic
AuthName	"Only for authorized personnel"
AuthUserFile	/my/path/users
Require	valid-user
it prompts for a username/password, but it will not authorize.

anything look wrong?
__________________
Mike
sde is offline   Reply With Quote