Hello,
I'm new here, and after trying by myself, I'm looking for some help ...
I have installed webalizer, on my CentOS 6 server. Root path for webalizer is /var/www/usage/
It's working, but after putting a .htaccess in /var/www/usage/ and the appropriate .htpasswd in /var/www/html/auth/ there is no password asked.
Here are my files :
.htacess :
AuthName “Veuillez vous identifier” AuthType Basic AuthUserFile ”/var/www/html/auth/.htpasswd”
.htpasswd :
carmelo:myencryptedpassword(with htpasswd)
Can you please help me ?
Thanks,
Carmelo