XF 1.1 VBseo link to xenforo link

Binu

Member
I am using this, which works fine for me. Is that ok?
Code:
RewriteRule forum/[^/]+/([0-9]+)-([A-Za-z0-9-]+)-([0-9]+)\.html http://www.8051projects.info/threads/$2.$1/page-$3 [L,R=301]
RewriteRule forum/[^/]+/([0-9]+)-([A-Za-z0-9-]+)\.html http://www.8051projects.info/threads/$2.$1/ [L,R=301]
 
Top Bottom