Hello guys;
i was looking for a url rewrite rule to rewrite the old urls based on mybb to the newest one that vbulleting give me.
the url on mybb are:
Code:
http://www.website.com/forum/showthread.php?pid=44406#pid44406
vbulletin:
Code:
http://www.website.com/forum/showthread.php/2123-discussion-name?p=44046#post44046
i tried with:
Code:
http://www.website.com/forum/showthread.php/p=44406#post44406
but doesn't work, seems that i miss the "2123".
Any idea on how to write a rule to make the full url? thank you!