# Options all
Options All FollowSymLinks Includes ExecCGI
AuthType Basic
AuthUserFile /home/group/.htpasswd
AuthName "Internal Pages"
<Limit GET>
order deny,allow
deny from all
require user yoursoftdbuser
satisfy any
</Limit>
