Add a redirect, or just get a new homepage that compliments that one forum best.
And if you want forumdisplay to be your index (which would be my last suggestion but your call), you can also rename it to index.php and then add a plugin in global_start with something like
PHP Code:
if(THIS_SCRIPT == 'forumdisplay'){ $_REQUEST['f'] = x; }
Replace x with the forumid.