Open or create a file named .htaccess in the directory
Add the line:
Options +Indexes
To adjust the appearance of the index add either
IndexOptions FancyIndexing
OR
IndexOptions -FancyIndexing
Note that this can be a security hole and you are responsible for any negative effects.