I found a file in the root directory of the site called .htaccess.bak. Here is what’t inside it:
# -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>
Any ideas if the IndexIgnore .htaccess line has anything to do with my problem?