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?