I have a folder in my host where I want to have people to access it by password, I have made a tow file by name of .htaccess and .htpasswd the htaccess is looking like this:
-------------------------------------
AuthUserFile /home/omerniah/public_html/ktc/.htpasswd
AuthName "Members Only Area"
AuthType Basic
Require valid-user
-------------------------------------
and htpasswd is like this:
---------------------------------
demo:bY9GmIlmPNj5M
-----------------------------
Note: username is demo and password is also demo.
The password is encrypted with a software, and when I try to connect to it with the password I provide it, it says that the password and user name are not correct, can anyone tell me how to use unencrypted password? and also how to solve this problem? I really need help.
2007-04-28
22:07:50
·
1 answers
·
asked by
Omer
1
in
Computers & Internet
➔ Programming & Design