XF 1.5 vBSEO redirect issue and default htaccess file.

Maa

Active member
Hello,

We currently transferred our forum from vBulletin 4 to XenForo 1.5 and we have an issue with our rewrite conditions for the vBSEO links.

Here is the code we have to match our vBSEO URL structure:

Code:
RewriteRule [\d]+-[^/]+/([\d]+)-([\d]+).html showthread.php?t=$1&page=$2 [NC,L]
RewriteRule [\d]+-[^/]+/([\d]+)-.+.html showthread.php?t=$1 [NC,L]
RewriteRule ([\d]+)-[^/]+/index([\d]+).html forumdisplay.php?f=$1&page=$2 [NC,L]
RewriteRule ([\d]+)-[^/]+ forumdisplay.php?f=$1 [NC,L]

Placing this in our .htaccess file works fine for redirecting our old links, however, it seems to conflict with XenForo's .htaccess code when enabling the "Include Content Title in URLs" option.

Any ideas on how to integrate the code above to XenForo's default .htaccess file?

Thank you!
 
Top Bottom