The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with couple of mod_redirect rules
Since, I just got rid of vbseo, now I am trying to deal with redirect as much as possible. Taking care of threads was easy however still urls like tags, attachments etc. remains.. so, I hope guys here may help me through with their wisdom in mod_rewrite rules .. regex
So, I am stuck on this.. wants to do following: redirect: domain.com/talk/tags/letter.html (letter is tag) To domain.com/talk/tags.php?tag=letter I tried this Code:
RewriteRule tags/([^/]+)\.html /tags.php?tag=$1 [L,R=301] My forum is at : domain.com/talk And I am adding above rule in domain.com/talk/.htaccess with "RewriteBase /talk/" . This is where I have added thread redirection code which works fine. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|