Browse Source

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

Added "-Indexes" option
Taylor Otwell 6 years ago
parent
commit
4bbd5f9be5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/.htaccess

+ 1 - 1
public/.htaccess

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