I need to secure a directory... nothing too private, but I would like a simple password...
So I'm using the .htaccess support in Apache, but am having some issues...
this is my .htaccess file (permissions 0600)
AuthType Digest
AuthName "Private"
AuthDigestFile...