You'll have to change your server configuration to open index.php as standard in the directory when no file is specified in the URL - that's not a vB problem.
Try to add a .htaccess file to your forum or site root directory with the following:
Code:
DirectoryIndex index.php index.html
This will make the server look for a index.php file first, then for index.html.