diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index 7c6955e8..514a8121 100644 --- a/config.default.php +++ b/config.default.php @@ -150,3 +150,7 @@ define('MARKDOWN_ESCAPE_HTML', true); // API alternative authentication header, the default is HTTP Basic Authentication defined in RFC2617 define('API_AUTHENTICATION_HEADER', ''); + +// Enable/disable url rewrite +define('ENABLE_URL_REWRITE', false); + |