I have the following code in my .htaccess file and I'm not sure what it's doing or if I need it. It was added by default. I'd like to be able to do url re-writes to have SE friendly urls and I'm not sure if this is going to mess things up.
Code:
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 talkmarylandforum.com