Forum Moderators: phranque
[webmasterworld.com...]
generic fp htaccess
# -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.example.com
AuthUserFile /home/example/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/example/public_html/_vti_pvt/service.grp
I'm not much of an .htaccess person, but what I would do is start with the basic FP .htaccess file, add in the fix to that and each of the _vti directory .htaccess files and see if that works. If it does, then start adding one rewrite directive at a time and keep testing.