If you have recently moved your forums or other software from a folder to the root directory, you can put this in an .htaccess file in your old folder to redirect all traffic and retain the links to the new location.
In this example the old folder would be "forum" and of course edit www.mysite.com to your own url.
Options +FollowSymLinks
RewriteEngine On
redirect 301 /forums http://www.mysite.com