hello, just wanted to set up some rewrite mode conditions at my recently launched site and saw that htaccess file already existed there. I didn't create it. Can somebody please explain me what its content means? is it just deafult content set up by the hosting support, or it's a kind of hacking? sorry for silly question if it is but I am not familiar with such things. can I delete all this and just place rewrite conditions I need? # -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.mysitename.com AuthUserFile /home/eshopde/public_html/_vti_pvt/service.pwd AuthGroupFile /home/eshopde/public_html/_vti_pvt/service.grp
This .htaccess is usually created by cPanel as far as I know. So when you create an account this .htaccess is automatically created.