I'm finally looking to push through an upgrade from vbulletin 4.2.2 (with VBSEO) to XenForo.
A few questions I had:
1) My server is currently running PHP 5.4.45 Given the fact that vBulletin 4.2.2 doesn't support PHP 5.6, I wondered how you guys would suggest I proceed here? Does anyone know what manual file changes are required for 4.2.2 to work with 5.6?
2) Regarding re-directs for VBSEO, I found the following site - https://www.rivmedia.co.uk/vbseo-xenforo-rewrite-rules-redirect-vbseo-urls-xenforo/1828. It looks like what I need to use is the following:
What I noticed in that URL was the following also:
I haven't managed to find that, however. Does anyone have a link to it?
A few questions I had:
1) My server is currently running PHP 5.4.45 Given the fact that vBulletin 4.2.2 doesn't support PHP 5.6, I wondered how you guys would suggest I proceed here? Does anyone know what manual file changes are required for 4.2.2 to work with 5.6?
2) Regarding re-directs for VBSEO, I found the following site - https://www.rivmedia.co.uk/vbseo-xenforo-rewrite-rules-redirect-vbseo-urls-xenforo/1828. It looks like what I need to use is the following:
RewriteEngine on
RewriteRule [^/]+/([\d]+)-.+-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule [^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L]
What I noticed in that URL was the following also:
These htaccess rules will not work unless you have the 301 Redirect script provided for your vbulletin version, this can be found in the modifications section at xenforo.com
I haven't managed to find that, however. Does anyone have a link to it?