Please enable JavaScript to view this site.

Navigation: Platform > Installation > Internet Information Services (IIS)

Redirect HTTP Requests to HTTPS 4.4

Prev Top Next More

HTTP requests should always be redirected to HTTPS. To configure this, the IIS plugin URL Rewrite is required. It can be obtained from https://www.iis.net/downloads/microsoft/url-rewrite.

When you install the plugin and click on the website in the left pane of IIS, the URL Rewrite icon appears.

iis-10

URL Rewrite Icon in IIS

To Configure HTTP Requests for Redirect to HTTPS 4.4

1.In IIS, expand Sites and click the website in the left pane.

2.Double-click URL Rewrite.

3.Under Actions, click Add Rule(s).

iis-11

4.Select Blank Rule and click OK.

iis-12

5.In the Name text box, enter a name for the new rule.

6.Expand Conditions and click Add.

iis-13

7.In the Condition Input text box, replace {QUERY_STRING} with {HTTPS}.

8.In the Pattern text box, enter off.

9.Click OK.

iis-14

10.In the Action section, select Rewrite from the Action type drop-down menu.

11.In the Redirect URL text box, enter https://{HTTP_HOST} {REQUEST_URI}.

12.From the Redirect Type drop-down menu, select Permanent (301).

iis-15

13.Under Actions, click Apply.

iis-16

© 2024 VertiGIS North America Ltd. All Rights Reserved. | Privacy Center | Imprint
Documentation Version 1.0