Hello friends,
I moved the forum with Vbulletin 4.2 VBSeo plugin to Xenforo2.1. As is known, XenForo has its own Redirects (1.1.7) plugin. However, this plugin works only if your default VBulletin 4.2 (non vbseo plugin).
If the VBSeo plug-in is already installed and your link structure is built according to the hierarchy in VBSeo, it cannot automatically redirect.
That's why I'm constantly losing hits. I tried solving it with the following code with .htaccess but it didn't.
Old VBSeo forum link structure
New Xenforo forum link structure
The htaccess code I tried and work:
#Source: 001 - Hierarchic .html type URLs with content relevant forums and threads
RewriteRule [^ /] + / ([\ d] +) -. + - ([\ d] +). Html showthread.php? T = $ 1 & page = $ 2 [NC, L]
RewriteRule [^ /] + / ([\ d] +) -. +. Html showthread.php? T = $ 1 [NC, L]
I need help on the subject, greetings and sorry for my bad english.
Regards,
I moved the forum with Vbulletin 4.2 VBSeo plugin to Xenforo2.1. As is known, XenForo has its own Redirects (1.1.7) plugin. However, this plugin works only if your default VBulletin 4.2 (non vbseo plugin).
If the VBSeo plug-in is already installed and your link structure is built according to the hierarchy in VBSeo, it cannot automatically redirect.
That's why I'm constantly losing hits. I tried solving it with the following code with .htaccess but it didn't.
Old VBSeo forum link structure
http://forum.domain.com/cat-adi/postid-postname.html
New Xenforo forum link structure
https://forum.domain.com/forums/postname.postid/
The htaccess code I tried and work:
#Source: 001 - Hierarchic .html type URLs with content relevant forums and threads
RewriteRule [^ /] + / ([\ d] +) -. + - ([\ d] +). Html showthread.php? T = $ 1 & page = $ 2 [NC, L]
RewriteRule [^ /] + / ([\ d] +) -. +. Html showthread.php? T = $ 1 [NC, L]
I need help on the subject, greetings and sorry for my bad english.
Regards,