Your service provider must have neglected to list index.php as one of the possible entry pages.
You should speak to them and get it added but as a temporary solution add in an index.html page with the following.
<html>
<head>
<title></title>
<meta http-equiv="refresh" content="1;URL=/index.php">
</head>
</html>
Hope that this helps.