I have moved to mybb to vanilla and want to redirect old threads to the new format, so the indexed threads on google aren't lost.
The old format is
showthread.php?tid=3003
Whereas the new format is
index.php?p=/discussion/3003
How would i redirect this via .htaccess?
index.php?p=/discussion/3003? Because/discussion/3003is much nicer thanindex.php?p=/discussion/3003. – Adjam May 12 '12 at 10:31index.php?p=/discussion/3003to/discussion/3003with .htaccess? – Adjam May 12 '12 at 11:28