| নির্বাচিত পোস্ট | লগইন | রেজিস্ট্রেশন করুন | রিফ্রেস |
For the security reason it is important to secure your root files from outer world as a webmaster. Just follow below steps..
Open .htaccess file and edit as below
AuthType Basic
AuthName “Password Required”
AuthUserFile C:xampphtdocs Application_folder_name.htpasswd
Require user neptu
Open cmd prompt create .htpasswd file
C:Usersmoshiur.rahmanxamppapachebin>htpasswd -c c:Usersmoshiur.rahmanxam
pphtdocsBilling.htpasswd moshiur
Automatically using MD5 format.
New password: ******
Re-type new password: ******
Adding password for user neptu
Finally you can see a .htpasswd file created with encrypted password for moshiur
neptu:$apr1$aRU90GIL$u8FEMMi1NH/q.JpDUuuhN.
©somewhere in net ltd.