diff --git a/conf/config.php b/conf/config.php index 98b383e..99a69b6 100644 --- a/conf/config.php +++ b/conf/config.php @@ -204,7 +204,7 @@ define('MARKDOWN_ESCAPE_HTML', true); define('API_AUTHENTICATION_HEADER', ''); // Enable/disable url rewrite -define('ENABLE_URL_REWRITE', false); +define('ENABLE_URL_REWRITE', true); // Hide login form, useful if all your users use Google/Github/ReverseProxy authentication define('HIDE_LOGIN_FORM', true);