#Copy this file to directories to make them secure
#Copy the file to ".htaccess" which is the default on
# most machines.

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName BradDaugherty 
AuthType Basic

<Limit GET POST PUT>
order deny,allow
deny from all
</Limit>

<Directory .*>
AllowOverride None
Options Indexes IncludesNoExec
</Directory>
