The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Apache rewrite rule to redirect VBSEO to showthread.php?1234-Thread-Title ?
Hello,
in vB options i have defined Basic Friendly URLs: showthread.php?1234-Thread-Title before i had these URLs: forum-name/1234-Thread-Title this .htaccess rewrite rule worked to redirect old to new: RewriteEngine on RewriteRule [^/]+/([0-9]+)-[^/]+ /showthread.php?t=$1 [L,R=301] but it means forum is doing additional redirect (showthread.php?t=1234 -> showthread.php?t=1234-Thread-Title) If anyone knows how to fix that rewrite rule/s, please kindly comment. Thank you |
#2
|
||||
|
||||
Sometimes I'm rather fashionably late, but this reply may help others moving forward:
https://web.archive.org/web/20130122...all-vbseo-238/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|