.htaccess > What do these contents mean?

S

Sitara Lal

My server seems to have an .htaccess file with these contents:

=============================
# -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.mysite.com
AuthUserFile /home/me/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/me/public_html/_vti_pvt/service.grp
Options -Indexes||
=============================

How did this get there? Does FP2003 auto-generate this?

And what do the contents mean?

Can someone perhaps point me to a good resource about .htaccess files?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top