XF 1.2 Redirects vB4 + vBSEO --> Xenforo Full Friendly URLs with Content Titles?

You can generate rewrites for most of those: http://tools.geekpoint.net/xfseo/

With my vbseo_urls.xml and got this:

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 will put this in .htaccess, but do I have to remove vbseo redirects from there ?

And do I need to install this too: http://xenforo.com/community/resources/vbulletin-4-x-url-redirection.120/
 
Top Bottom