Add all the logic for presets working

This commit is contained in:
MattIPv4
2020-04-28 13:09:58 +01:00
parent 1df3ab88f6
commit 043f89eac0
3 changed files with 88 additions and 4 deletions

View File

@@ -17,9 +17,12 @@
options: ['index.html', 'index.php'],
enabled: true,
},
fallbackRouting: {
default: ['index.php'],
options: ['index.html', 'index.php'],
fallbackHtml: {
default: false,
enabled: true,
},
fallbackPhp: {
default: true,
enabled: true,
},
legacyPhpRouting: {