Hi I tried to add a .htaccess file in some subfolders to protect access with a password.
#Protect Directory
AuthName "Dialog prompt"
AuthType Basic
AuthUserFile /var/auth/.htpasswd
Require valid-user
Unfortunately as soon as I insert the .htaccess file the folder disappears.
probably the fancy index .htaccess file present in the root creates this problem.
do you know how I can solve it?
Hi I tried to add a .htaccess file in some subfolders to protect access with a password.
Unfortunately as soon as I insert the .htaccess file the folder disappears.
probably the fancy index .htaccess file present in the root creates this problem.
do you know how I can solve it?