From bc98748c0d5b1e1c4d08f16b58db8aea9b5fb5ce Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 12 Jul 2015 10:38:42 -0400 Subject: Start to implement url rewrite (nice urls) --- config.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.default.php') 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); + -- cgit v1.2.3