Make a index.php file in your main website directory, It is usually public_html or www.
So your going to make a new file called index.php. Put the following code in it and save it.
Code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header ("Location: http://www.theprestigeclan.com/forums/");
exit;
?>
This way every one will get redirected to the forums. You can install your forums in the main site directory. If you do not plan to make a site for the forums.