# # HTPasswd File # ============= # This file (.htpasswd) lists users allowed to access protected # files. The file goes into the web site's home folder (usually # named "public_html"). # # Each user's password is encrypted for security reasons. You can # encrypt a password at the following site: # http://www.htaccesstools.com/htpasswd-generator/ # For example, user "blogger" with a password of "espbs" needs the # line: "blogger:ZX0BqNC.rdMwc" # blogger:ZX0BqNC.rdMwc