I am trying to protect a directory with .htaccess, but it wont accept my user and pass..
This is what I have in my .htaccess file:
Code: Select all
AuthName "Restricted Area"
AuthType Basic
AuthUserFile pass/.htpasswd
AuthGroupFile /dev/null
require valid-user