From 8ba0ffce3cbf8caf310930080245697bdaa7930a Mon Sep 17 00:00:00 2001 From: Trapulo Date: Mon, 7 Mar 2016 12:06:15 +0100 Subject: [PATCH 1/2] 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 @@ + + + + + + + + + + + + + + + + + From 15bddd1a906592e2600b0d595346f49450b56c82 Mon Sep 17 00:00:00 2001 From: Trapulo Date: Mon, 7 Mar 2016 12:06:57 +0100 Subject: [PATCH 2/2] IIS secure Out of the box security on the folder, as htaccess in Apache --- data/web.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/web.config diff --git a/data/web.config b/data/web.config new file mode 100644 index 000000000..80cc488c5 --- /dev/null +++ b/data/web.config @@ -0,0 +1,6 @@ + + + + + +