Initial commit
[2ch-be.git] / tools / .htaccess
blob0911e27cb87f28720959d85df20184a75c0d5b71
1 AuthUserFile /home/auth/secure_html/toolshtpasswd/.htpasswd
2 AuthGroupFile /dev/null
3 AuthName "Treats location?"
4 AuthType Basic
6 <Limit GET>
7 require valid-user
8 </Limit>