root/feedmelinks/_logs/.htaccess

Revision 1179, 119 bytes (checked in by jm3, 2 years ago)

disallow any browsing of the logs

Line 
1 AuthName "FML Admin Area"
2 AuthType Basic
3 AuthUserFile /home/fml/htpasswd
4 <Limit GET POST>
5         require valid-user
6 </Limit>
Note: See TracBrowser for help on using the browser.