diff --git a/app/webroot/.htaccess b/app/webroot/.htaccess index f5f2d631c..4e3b1921b 100644 --- a/app/webroot/.htaccess +++ b/app/webroot/.htaccess @@ -3,3 +3,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] + + + Options -Indexes + \ No newline at end of file