Hi. A couple of suggestions...
In web root, stick a .htaccess file that contains
Options -Indexes
on one line. Also stick an index.php file in web root that contains
<?
$url = "http://www.domain.com/phpBB/index.php";
header("location: $url");
?>
Cheers.