PDA

View Full Version : mod rewrite old to new forum


polle
05-01-2011, 07:59 AM
Hi, I had a forum and want to redirect google searches that go there to the new forum, heres the scenario.

Old forum was domian.com/forum/ (phpbb)
New forum is domian.com/forum/ (vbulletin)

So, as the old forum use viewtopic.php?f=2&t=101501 and the new one showthread.php?6122, I want to redirect all request for domian.com/forum/viewtopic.php and whatever the number it is, to the main directory of the forum domian.com/forum/

That way all people that come to the forum following a link to the old forum, instead of getting a 404, they will get the forum homepage.

Can someone please help me with the code for .htaccess ?

Thanks.