Could someone tell me if this has anything to do with the security on my site or whether I can just get rid of it? If I do get rid of it my mod re-writes works - so do I need to get rid of it or should I keep it?
What does it mean? I never use front page so can I get rid of it and the file it links to, in which there are more htaccess files and other stuff?
HELP!!?
# -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 /_vti_pvt/service.pwd
AuthGroupFile /_vti_pvt/service.grp
---