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 - + - - - - - - - ```