Simple web authentication

.htaccess

AuthType Basic

AuthName “BIAS Protected Area”

AuthUserFile /path/to/.htpasswd

Require valid-user

.htpasswd

{the output of “htpasswd -n {username} typed from a shell box}


2 Responses to “Simple web authentication

Leave a Reply