klassiker/Blog/master/.htaccess - Htaccess File

klassiker/Blog/master/.htaccess

AuthUserFile blog/.htpasswd
AuthName "Password Protected Area"
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