I think I solved the issue with the 301 redirect in a single htaccess line. Basically the id from the topic in phpbb is something like viewtopic.php?f=23&p=104390
. that number after the p=
is also used to identify the topic in flarum, which would be something like /d/104390
, so a simple regex RewriteMatch
should do the trick. I think the tool is getting there, after this 301 it's just a matter of testing, but it's mostly done, including profile pics, resolution of conflicts between same-name tags, nested tags and same email conflicts
Fantomen , thanks! I didn't know about that... I feel silly now to have wasted money and time to do it again in nodejs! I may as well finish it now that I'm here though