I have a private directory with some files, I'm able to do an HTTP authentication but when I try to show the files in the directory I get a Forbidden Error. How i can edit my .htaccess file in a way to show the directory content?
This is my .htaccess now:
AuthUserFile /private/.htpasswd
AuthName "Private"
AuthType Basic
require user member