explicity set index.php as the only directoryindex

This commit is contained in:
Andrew Bauer 2017-01-04 10:45:36 -06:00
parent 7e7ef46420
commit 8ea4bdca1d
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ RewriteRule ^/?(zm)(.*) https://%{SERVER_NAME}/$1$2 [R,L]
Alias /zm "@ZM_WEBDIR@"
<Directory "@ZM_WEBDIR@">
# explicitly set index.php as the only directoryindex
DirectoryIndex disabled
DirectoryIndex index.php
SSLRequireSSL
Options -Indexes +MultiViews +FollowSymLinks
AllowOverride All