I have .htaccess
and .htpasswd
files in the directory that has png files that I want to protect.
.htaccess
AuthType Basic
AuthName "Co to za nielegalne grzebanie w plikach, juz dzwonie na milicje."
AuthUserFile ./.htpasswd
Require valid-user
.htpasswd
test:$apr1$hp25fckm$QSSnnAWn6b5lWDScZ7h7t0
and I don't know why it's not working?