From 65647b9556270de397abcfa9cac876b78ef6a96b Mon Sep 17 00:00:00 2001 From: hitautodestruct Date: Wed, 26 Jul 2017 15:57:22 +0300 Subject: [PATCH] Removed lines causing issues with iis 10 Removed the lines causing issues in windows server 2016 iis version 10. Added more exact instructions for adding a config file. --- docs/en/essentials/history-mode.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/en/essentials/history-mode.md b/docs/en/essentials/history-mode.md index 76d9b13c9..3ef4d07e7 100644 --- a/docs/en/essentials/history-mode.md +++ b/docs/en/essentials/history-mode.md @@ -70,6 +70,9 @@ For Node.js/Express, consider using [connect-history-api-fallback middleware](ht #### Internet Information Services (IIS) +1. Install [IIS UrlRewrite](https://www.iis.net/downloads/microsoft/url-rewrite) +2. Create a `web.config` file in the root directory of your site with the following: + ```xml @@ -82,17 +85,10 @@ For Node.js/Express, consider using [connect-history-api-fallback middleware](ht - + - - - - - - - ```