前提として「httpd.conf」で対象ディレクトリを「AllowOverride All」にする必要あり
<Directory "<対象ディレクトリ>">
AllowOverride All
</Directory>
「Index of」を表示させる
Options Indexes
「Index of」を表示させない
Options -Indexes
前提として「httpd.conf」で対象ディレクトリを「AllowOverride All」にする必要あり
<Directory "<対象ディレクトリ>">
AllowOverride All
</Directory>
Options Indexes
Options -Indexes