Added Directory Index to .htacces in installer

This commit is contained in:
kolaente 2017-10-08 16:23:00 +02:00
parent 4e48fd77d2
commit f77c375ec1
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ RewriteRule !favicon\.ico - [C]
RewriteRule !index\.php - [C]
RewriteRule ^(.*)$ /index.php?$1 [QSA,L]
DirectoryIndex index.php index.html
# Disables download of configuration
<Files ~ "\.(tpl|yml|ini)$">
<IfModule mod_authz_core.c>