hellerbarde/scrapbook/master/.htaccess - Htaccess File

hellerbarde/scrapbook/master/.htaccess

#scrapbook

<Files .htaccess>
order allow,deny
deny from all
</Files> 

# password-protect the directory in which this htaccess rule resides
AuthType basic
AuthName "Password?"

AuthUserFile /path/to/htpasswd
AuthGroupFile /dev/null

Require user alice bob eve

On Github License

Files

Download PDF of Htaccess file

Comments

Apache