Forum Moderators: phranque
i have .htaccess in the programs folder containing the following:
AuthType Basic
AuthName "Programs"
AuthUserFile /var/www/.allowlist
Require valid-user
...and i have .allowlist in the www folder containing the following:
username:passwd
...and i used the following command (while in the www folder) to create the .allowlist file:
htpasswd -c .allowlist username
yet nothing is happening! can anyone help me?