BUG Disable directory index with missing slash

This commit is contained in:
Damian Mooyman 2017-11-08 12:12:10 +13:00
parent c942ca5be6
commit 8497b9e1e6
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -445,7 +445,7 @@ ErrorDocument 500 /assets/error-500.html
# Turn off index.php handling requests to the homepage fixes issue in apache >=2.4
<IfModule mod_dir.c>
DirectoryIndex disabled
DirectorySlash Off
DirectorySlash On
</IfModule>
SetEnv HTTP_MOD_REWRITE On