ansons/wt/master/examples/hangman/.htaccess - Htaccess File

ansons/wt/master/examples/hangman/.htaccess

<Files .htaccess>
order allow,deny
deny from all
</Files>
<Files dict.txt>
order allow,deny
deny from all
</Files>
<Files dict-nl.txt>
order allow,deny
deny from all
</Files>
<Files HangmanDb.info>
order allow,deny
deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache