Merge pull request #4422 from andrey-helldar/patch-4

Added "-Indexes" option
This commit is contained in:
Taylor Otwell
2017-09-18 14:19:01 -05:00
committed by GitHub

View File

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