mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Disable directory index with missing slash
This commit is contained in:
parent
c942ca5be6
commit
8497b9e1e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user