Enable .htaccess in Apache2 on Leopard

Sunday, March 22nd, 2009

General “how-to”

.htaccess file content:

AuthName "Please enter your ID & password"
AuthType Basic
AuthUserFile /locationofmyhtpasswdfile/

require valid-user

and then this

Comments are closed.