Forum Moderators: phranque

Message Too Old, No Replies

htaccess command interpretation

         

kashyap rajput

2:22 pm on Oct 11, 2006 (gmt 0)

10+ Year Member



Hello Friends,

I found this htaccess code on one of my clients root of the server; didnt understand the code; can anybody help me understand the followings:

=========
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 domain.com
AuthUserFile /home/domain/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/domain/public_html/_vti_pvt/service.grp

thanx
regards
Kashyap

P.S. - i would like to know that is above code making any harm to my website

coopster

4:14 pm on Oct 11, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Looks like a standard shared hosting setup to me, all ready for MS FrontPage (the _vti stuff).