View Full Version : vbseo rewrite url problem
intruder
01-07-2015, 08:51 AM
Hello,
How can I change:
http://www.forum.com/fdfd-fd-fefdsde/257-sasdasd-sasdsadssdasa.html
to
http://www.forum.com/showthread.php?257-sasdasd-sasdsadssdasa
using rewrite url ?
Thanks
HM666
01-07-2015, 02:06 PM
Best to dump vBSEO. Its unsupported and the developer is no longer in business. Try DBTech DBSEO (https://vborg.vbsupport.ru/showthread.php?t=308615&highlight=DBTech) instead. To import your vBSEO settings you'll need to get the Pro version.
bridge2heyday
01-07-2015, 07:09 PM
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
RewriteEngine on
RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L]
intruder
01-15-2015, 04:48 PM
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?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.