Ranma1981
Member
Hello,
please I would like have a clarification regard the transfer of a site.
I am transfering a vBulletin 4.2 forum from an old domain to Xenforo 1.1.5 (new domain), where I installed Xenforo in a subdomain.
Now, I already use the Import Tool, and I converted vB to Xenforo 1.1.5, that is correctly located on "forum.newdomain.com".
Now, I should redirect all my old vB forum with vBSEO, (002 - Hierarchic directory), to Xenforo forum in subdomain.
On the old domain, vBulletin is installed in the root because I use the rewrite for thread relevance, as on vBSEO.com.
Using the tool geekpoint online, it suggest me to use this rewrite rules for 002 configurations:
So, I should add these rules on old domain, at the .htaccess where are located vBulletin files; right?
And regard the situation of use Xenforo in subdomain, whate rewrite rules should I use?
Thank you,
Regards
please I would like have a clarification regard the transfer of a site.
I am transfering a vBulletin 4.2 forum from an old domain to Xenforo 1.1.5 (new domain), where I installed Xenforo in a subdomain.
Now, I already use the Import Tool, and I converted vB to Xenforo 1.1.5, that is correctly located on "forum.newdomain.com".
Now, I should redirect all my old vB forum with vBSEO, (002 - Hierarchic directory), to Xenforo forum in subdomain.
On the old domain, vBulletin is installed in the root because I use the rewrite for thread relevance, as on vBSEO.com.
Using the tool geekpoint online, it suggest me to use this rewrite rules for 002 configurations:
Code:
RewriteEngine on
RewriteRule f[\d]+/.+-([\d]+)/index([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule f[\d]+/.+-([\d]+)/ showthread.php?t=$1 [NC,L]
RewriteRule f([\d]+)/index([\d]+).html forumdisplay.php?f=$1&page=$2 [NC,L]
RewriteRule f([\d]+)/ forumdisplay.php?f=$1 [NC,L]
So, I should add these rules on old domain, at the .htaccess where are located vBulletin files; right?
And regard the situation of use Xenforo in subdomain, whate rewrite rules should I use?
Thank you,
Regards