LinkedOpenData/challenge2015/master/00.htaccess - Htaccess File

LinkedOpenData/challenge2015/master/00.htaccess

AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user
Options -Indexes

<Files ~ "^.(htpasswd|htaccess)$">
    deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache