Yes sure:
I did try to put the FP .htaccess code below above and the Xoo .htaccess code and it didn't like that
Code:
# -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.gaiapulse.co.uk
AuthUserFile /home/gpulse/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/gpulse/public_html/_vti_pvt/service.grp
Hope this helps