Hey
Anyone good enough in htaccess can write a script for converting from xenforo urls to phpbb?
I recently converted from xenforo2 to phpbb and the big issue now is redirecting xenforo urls to phpbb. Google yields nothing except scripts to do the reverse (phpbb to xf).
xf urls> threads/the-swords-of-ditto.6562/
phpbb> viewtopic.php?t=
xf> members/blah.20244/
phpbb > memberlist.php?mode=viewprofile&u=20244
I can write basic redirection but can't figure out how to get the ID number from url and put it in phpbb url.
Some help please?