dansdrivers/bare_minimum_blog/master/.htaccess - Htaccess File

dansdrivers/bare_minimum_blog/master/.htaccess

AuthName "Password Protected Area"
AuthUserFile /blog/.htpasswd
AuthType Basic
<Limit GET>
require valid-user
</Limit>
ErrorDocument 401 index.php
ErrorDocument 403 index.php
ErrorDocument 404 index.php
ErrorDocument 500 index.php
Options -Indexes

On Github License

Files

Download PDF of Htaccess file

Comments

Apache