By default, all directories will show a 'directory listing' of all of your files if you don't have a index.html file. You can disable this behavior by creating an .htaccess in your public_html folder and having the line:
Options -Indexes
By default, all directories will show a 'directory listing' of all of your files if you don't have a index.html file. You can disable this behavior by creating an .htaccess in your public_html folder and having the line:
Options -Indexes