Forum Moderators: bakedjake
If this is not the case you can make an .htaccess file in the root directory of your domain and add the following lines.
DirectoryIndex index.html
Options -Indexes
The second line will disable automatic directory listing.
Milan