1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-01 08:36:43 +00:00

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

View File

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