I created an .htaccess file with only the following line:
Options -Indexes
However, the index is still shown for the directory.<
In case you have
AllowOverride None
Change that to:
AllowOverride All
in your httpd.conf or in your default virtualhost file in in /etc/apache2/sites-available/...conf