私は顧客からのプロジェクトを持っています。私はhtaccessをファイルにその行を持っている場合は、次の行IndexIgnore htaccessの問題
IndexIgnore */*
でのhtaccessファイルは、私のサーバーは正常に動作していないし、私の仮想ホストを実行しているとき、私は内部サーバーエラーを取得します。その行を削除すると、すべて正常に動作します。
<VirtualHost *:80>
ServerName shoplocal
DocumentRoot d:/sites/shop
<Directory "d:/sites/shop/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
htaccessファイルで何も変更したくないです。これを正しく実行するには、私のApacheでどのような設定を変更できますか?