Is this possible?
I have a forum I converted from phpBB to SMF, and among the 45,000+ posts, there are numerous links to other posts in the forum. I have the new SMF forums in a different directory, and the conversion used the same "topic number" for all the existing posts. So I'm wondering if mod_rewrite (which I know next to nothing about) can convert this:
/forum/viewtopic?t=5186
to:
/forums/index.php?topic=5186.0
I think it can probably convert the static characters ... "forum/viewtopic?t=" to "forums/index.php?topic=", for instance, but I have no idea if it can append the ".0" (I did try, and saw that the ".0" is not absolutely necessary to find the right topic).
Any ideas?
I have a forum I converted from phpBB to SMF, and among the 45,000+ posts, there are numerous links to other posts in the forum. I have the new SMF forums in a different directory, and the conversion used the same "topic number" for all the existing posts. So I'm wondering if mod_rewrite (which I know next to nothing about) can convert this:
/forum/viewtopic?t=5186
to:
/forums/index.php?topic=5186.0
I think it can probably convert the static characters ... "forum/viewtopic?t=" to "forums/index.php?topic=", for instance, but I have no idea if it can append the ".0" (I did try, and saw that the ".0" is not absolutely necessary to find the right topic).
Any ideas?
Comment