Password protect web directory with htpasswd on Cherokee
- by wdkrnls
I have a directory on my Cherokee webserver that I am trying to password protect so that when I try to enter it from a web browser, I get a pop up demanding username and password. Needless to say I am getting stuck.
I have created the .htaccess file with:
AuthUserFile /srv/http/protected
AuthGroupFile /dev/null
AuthName "Protected Stuff"…