The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vbseo rewrite url problem
Hello,
How can I change: Code:
http://www.forum.com/fdfd-fd-fefdsde/257-sasdasd-sasdsadssdasa.html to http://www.forum.com/showthread.php?257-sasdasd-sasdsadssdasa Thanks |
#3
|
||||
|
||||
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] |
#4
|
|||
|
|||
I'm not buying any other seo. Even if DBSEO is good..
I don't have vbseo anymore. It's uninstalled/deteleted. Thank you bridge2heyday! It works. What should I add In order to work on the cms too? |
Благодарность от: | ||
HM666 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|