dojo
Active member
I am in the process of migrating a big forum from VB4 to Xenforo. Have done a test migration already and still have some questions before I attempt the official migration.
1. Is it possible to have the new xenforo powered forum in the same location as the VB4 forum and still have the proper redirects done? Right now I have the official forum on siteURL/forum/ and my test import is at siteURL/xf/. Since the client has worked for 8 years on the same directory, we'd like to keep the old place up and running, so the migration needs to be done on the /forum/ section.
2. How do I redirect the posts and categories? The threads work already by placing
in the old .htaccess
Here is how the categories look like:
VB: siteURL/forum/refinance/
XF: siteURL/xf/forums/refinance.19/ (so I also get the id and don't know how to redirect it)
Posts
VB: siteURL/forum/harp-mortgage-loan-program/86979-need-refinance-modification.html#post504026
XF: siteURL/xf/threads/need-refinance-or-modification.86979/#post-504026
Thank you in advance for all the help
1. Is it possible to have the new xenforo powered forum in the same location as the VB4 forum and still have the proper redirects done? Right now I have the official forum on siteURL/forum/ and my test import is at siteURL/xf/. Since the client has worked for 8 years on the same directory, we'd like to keep the old place up and running, so the migration needs to be done on the /forum/ section.
2. How do I redirect the posts and categories? The threads work already by placing
Code:
RewriteRule ^[^/]+/([0-9]+)-[^\.]+\.html$ /threads/$1/? [R=301,L]
Here is how the categories look like:
VB: siteURL/forum/refinance/
XF: siteURL/xf/forums/refinance.19/ (so I also get the id and don't know how to redirect it)
Posts
VB: siteURL/forum/harp-mortgage-loan-program/86979-need-refinance-modification.html#post504026
XF: siteURL/xf/threads/need-refinance-or-modification.86979/#post-504026
Thank you in advance for all the help