So many people eager to help despite not really knowing how...
If your server runs Apache, you can make a file called
.htaccess (yes, including the dot) and stuff it with the following:
Options -Indexes
And that's it. You yourself won't be able to see the index either.
If that somehow doesn't work, just make an empty index.html file, that's just as effective (although it takes more effort).