Apache Server

Setting up .htaccess / .htpasswd protection

AuthUserFile /users/cs/johndoe/public_html/private/.htpasswd
AuthName "Title for Protected Site"
AuthType Basic
Require valid-user

This website belongs to Christopher Jastram.