htpassword generator in local
by Prabakaran[ Edit ] 2012-09-06 18:40:24
create hidsec folder with .htpasswd enter your username with encrypted password
Use to encrypt link below
http://www.hscripts.com/tools/htpasswd/index.php
set .htacces file
AuthType Basic
AuthName "username"
AuthUserFile "folder path"
require valid-user