The .htaccess file

AuthType Basic
AuthName "Whatever text you want the user to see."
AuthUserFile /path/tothe/.htpasswd
Require valid-user Basic uses plain text.
Not the best encryption.

Comments

Popular Posts