my htaccess says this
# -FrontPage-
Options None
<Limit GET POST>
order deny,allow
deny from all
allow from all
require group authors administrators
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthType Basic
AuthName www.offtopicz.com
AuthUserFile /home/vshayes/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/vshayes/public_html/_vti_pvt/service.grp
Options None
<Limit GET POST>
order deny,allow
deny from all
allow from all
require group authors administrators
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthType Basic
AuthName www.offtopicz.com
AuthUserFile /home/vshayes/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/vshayes/public_html/_vti_pvt/service.grp
Leave a comment: