XF 2.0 vBulletin 3 with DBSEO to Xenforo 2 no SEO redirection

Gabe505

Member
I recently migrated from vB3 to xF2, after the import our last post links on the index to not work and the urls from DBSEO are not working either.

The file structure looks like this:

Root points to our wordpress which is redirected via .htaccess to http://siccness.net/wp
old vbulletin url was http://siccness.net/vb which now points to http://siccness.net/xf via .htaccess with the following rule.

RewriteEngine On
RewriteRule ^vb/(.*)$ /xf/$1 [R=301,NC,L]

have I permanently lost all my DBSEO urls?
 
Top Bottom