XF 2.2 Convert PHPBB style url links to XENFORO

canina

Member
I am importing phpbb forum to xenforo. The url in phpbb is structured like this:
https://domain.com/viewtopic.php?t=26408&p=439892
In Xenforo, on the other hand, it's built like this:
https://domain.com/index.php?threads/hello.26408/
The question is whether / how it is possible to program something that when it gets in the old style that will convert it to new.
Is this something that should be done through htacess?
Or encode it in a new viewtopic.php file?

And whether Redirect 301 should be configured

Thank you
 
Top Bottom