From 85665e1280e8e4fbc688ff539d805946b2f4f672 Mon Sep 17 00:00:00 2001 From: Trapulo Date: Tue, 26 Jan 2016 11:21:05 +0100 Subject: Update nice-urls.markdown added url rewrite for IIS --- doc/nice-urls.markdown | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'doc') diff --git a/doc/nice-urls.markdown b/doc/nice-urls.markdown index 7cb8dbac..9fbb3510 100644 --- a/doc/nice-urls.markdown +++ b/doc/nice-urls.markdown @@ -86,3 +86,37 @@ define('ENABLE_URL_REWRITE', true); ``` Adapt the example above according to your own configuration. + +IIS configuration example +--------------------------- + +Create a web.config in you installation folder: + +```xml + + + + + + + + + + + + + + + + + +``` + +In your Kanboard `config.php`: + +```php +define('ENABLE_URL_REWRITE', true); +``` + +Adapt the example above according to your own configuration. + -- cgit v1.2.3