The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need htaccess help please
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 |
#2
|
|||
|
|||
The 'IndexIgnore' line indicates what not to include in a directory listing. The 'Limit GET POST' bit allows everyone to GET or POST to your site. The 'Limit PUT DELETE' bit blocks PUT or DELETE from anyone to your site. The 'AuthName' line is what appears on that pop-up box when you go to login, if you have any htaccess protection set. Nothing there should mess with rewriting links.
|
#3
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|