this is what I have for the htaccess currently.
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
require valid-user
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthType Basic
AuthName name
AuthUserFile /path/_vti_pvt/filename.pwd
AuthGroupFile /path/_vti_pvt/filename.grp
i inherited maintence to this site, btw
