Forum Moderators: rogerd

Message Too Old, No Replies

Redirect phpbb3 URLs to phpbb2

         

AlwaysWorkin

7:14 pm on Nov 24, 2009 (gmt 0)

10+ Year Member



I've exhausted google trying to find what I'm sure has been conversed before.

Is there an easy mod rewrite that will change the phpbb3 url of "viewtopic.php?f=#&t=#" to the old phpbb2 url "viewtopic.php?p=#"?

thecoalman

12:43 pm on Dec 2, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Actually it's viewtopic.php? t=# ,The p parameter is for specific posts.

The f parameter to the best of my knowledge when used in a topic URL is only used to track people for the who is online list as it will show which forum they are in. You can safely remove it for the generated topic URL's by modifying the scripts. Sorry I don't have specific edits and there probably is a few of them.