Convert PHPBB style url links to XENFORO

  • Thread starter Thread starter canina
  • Start date Start date

canina

Guest
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...

Read more

Continue reading...
 
Top