Thanks been hanging around a while.
Here is what my .htaccess file looks like. Where does the new command go?
># -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.charles-carroll.net
AuthUserFile /home/charcar/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/charcar/public_html/_vti_pvt/service.grp
RewriteEngine On