Well I'm not really sure what your talking about.
index.html (or index.php) is the 1ST page that gets viewed by users coming to your site.
If you want your forums to come up 1st I would just make an index.php file with this inside it's called a header basically what it does is loads index.php and then makes it goto like forums/forum.php or whatever the file is called
PHP Code:
header("location: Your URL to Redirect Here");
?>