From 65729d9d8668bdd8492015c707211d9b74850b74 Mon Sep 17 00:00:00 2001 From: Jeff Amaral Date: Sat, 19 Sep 2015 22:01:27 -0400 Subject: [PATCH] Add default apache resource --- .htaccess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 203e2dd8d..fc9e09e70 100644 --- a/.htaccess +++ b/.htaccess @@ -51,6 +51,7 @@ RewriteRule ^(system|user|vendor)/(.*)\.(txt|md|html|yaml|php|twig|sh|bat)$ erro -# Begin - Prevent Browsing +# Begin - Prevent Browsing and Set Default Resources Options -Indexes -# End - Prevent Browsing +DirectoryIndex index.php index.html index.htm +# End - Prevent Browsing and Set Default Resources