vbseo to vbulletin rewrite rules

Chromaniac

Well-known member
Update: Just realized that I posted it in XenForo Discussions forum... This thread is essentially connected to XenForo because these codes are required for folks who are going to migrate from VB+VBSEO to XenForo!

I am hoping that this thread can be used to collect the rewrite rules for vbseo > vbulletin link conversions...

For starters I am posting the content from this blog post on vbseo:
http://www.vbseo.com/blogs/mert-goekceimam/how-uninstall-vbseo-238/

forum-name/threadid-threadname.html

Code:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]

forum-name/threadname-threadid.html

Code:
RewriteEngine on
RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]

forum-name/threadname-threadid/

Code:
RewriteEngine on
RewriteRule [^/]+/[^/]+-([0-9]+)/ http://www.domain.com/forums/showthread.php?t=$1 [L,R=301]

forums.domain.com/f30/

Code:
RewriteRule ^f([0-9]+)/$ forumdisplay.php?f=$1 [L,R=301]

I am personally looking for conversion of this forum structure:

Code:
broadbandforum.in/forum-and-blog-news/40305-india-broadband-forum-updates/25/
broadbandforum.in/forum-and-blog-news/40305-india-broadband-forum-updates/
broadbandforum.in/forum-and-blog-news/
broadbandforum.in/
 
We can only provide support to licensed customers. If you are licensed, please add your forum username to the Forum users page in your Account area and then post in the correct forum.
 
Top Bottom