MyBB Community Forums

Full Version: Recreate redirect for a merged thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am running a forum (http://sriperumbudur.in/forum)

I had two threads -
http://www.sriperumbudur.in/forum/showthread.php?tid=41 and
http://www.sriperumbudur.in/forum/showthread.php?tid=27

I merged the second thread into the first one and left the redirection link for some time. Now the link has expired but meanwhile some external sites have linked to the second thread. Now following the link gives an error message. How can I setup a redirect from second url to first one?

Thanks in advance for help.

Regards
Gorav
Need this urgently. Can anybody please guide me on how to setup redirects in mybb.

Thanks in advance.
Gorav
Add this to your .htaccess file:

RedirectPermanent /forum/showthread.php?tid=27 http://www.sriperumbudur.in/forum/showthread.php?tid=41