invictus
Active member
Moved a vBulletin 4 forum to XF 1.5 then upgraded to XF 2.0 beta 5.
I could use some help with rewrite rules to 301 the old URLs, especially the forums and categories if possible.
This was a clean XF install and uses the same content ID's from VB database.
Example URL's:
I could use some help with rewrite rules to 301 the old URLs, especially the forums and categories if possible.
This was a clean XF install and uses the same content ID's from VB database.
Example URL's:
Code:
Old Forum Home:
https://www.x.com/forum/
New XF Forum Home:
https://www.x.com/forum/
Old Category:
https://www.x.com/forum/category-name/
New XF Category:
https://www.x.com/forum/#category-name.6
Old Forum:
https://www.x.com/forum/forum-name/
New XF Forum:
https://www.x.com/forum/forums/forum-name.74/
Old Thread:
https://www.x.com/forum/forum-name/62649-thread-name.html
New XF Thread:
https://www.x.com/forum/threads/thread-name.62649/
Old Multi Page Thread:
https://www.x.com/forum/froum-name/62417-thread-name-2.html
New XF Multi Page Thread:
https://www.x.com/forum/threads/thread-name.62417/page-2
Old User:
https://www.x.com/forum/members/admin.html
New XF User
https://www.x.com/forum/members/admin.1/
Last edited: