You have to have an index file for you to see anything other than index of /.
index.htm, index.html, and index.php are all valid index files. I've included a basic test file for you:
filename: index.html
Code:
<html>
<head>
<title>Test page</title>
</head>
<body>
<h1>It works!</h1>
</body>
</html>