Apache のディレクトリリスティング無効化
    Options  MultiViews Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
上記のの Indexes があるエイリアス(4行目)の Indexes を削除して保存します。
(下記のように修正する)
    Options  MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
Web サーバーを再起動します。
# service httpd restart