From 8ba0ffce3cbf8caf310930080245697bdaa7930a Mon Sep 17 00:00:00 2001 From: Trapulo Date: Mon, 7 Mar 2016 12:06:15 +0100 Subject: [PATCH] IIS outofthebox nice url This enables nice urls on IIS out of the box. No effects on other Web servers. --- web.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 web.config diff --git a/web.config b/web.config new file mode 100644 index 000000000..c86be8b4d --- /dev/null +++ b/web.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + +