The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
The Question is not clear enough .. But I guess you have VBSEO installed with the first URL Scheme and you want to convert to Basic Vbulletin Friendly URLs and Make Old URLs (indexed or linked ) redirect to new URLs ( don't give 404 ) ..
If this is the case .. you can - Uninstall VBSEO - Go to Admincp -> settings -> Options -> Friendly URLs -> URL Type -> Basic Friendly URLs. - you should delete VBSEO rewrite rules from .htaccess and put these Rules there Code:
RewriteEngine on RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L] RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|