Merge pull request #4495 from andrey-helldar/patch-5

[5.4] Added "-Indexes" option
This commit is contained in:
Taylor Otwell 2017-11-21 07:35:51 -06:00 committed by GitHub
commit 2ec34b6f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On