Hi,
i have a problem while using .htaccess,.htpasswd files..
i have separate folder for each user. i want to create username password for each user.
i planned to use .htaccess , .htpasswd files in each user folder.
This is my .htacces file
AuthType Basic
AuthName "secure folder"
AuthUserFile /home/username/www/folder/.htpasswd
require valid-user
This is my .htpasswd file.
sasi: Q0Rco9HyXbZaA
i'm getting "Enter Network Password" screen.
but i unable to login..can u help me?.