User Tools

Site Tools


https_redirect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

https_redirect [2017/12/05 17:56]
clubadmin aangemaakt
— (current)
Line 1: Line 1:
-Dit kan je doen door de volgende code toe te voegen aan de web.config 
- 
- 
-    <rewrite> 
-    <rules> 
-        <clear/> 
-        <rule name="Redirect to https" stopProcessing="true"> 
-        <match url=".*" /> 
-           <conditions> 
-               <add input="{HTTPS}" pattern="off" ignoreCase="true" /> 
-            </conditions> 
-             <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" appendQueryString="false"/> 
-        </rule> 
-    </rules> 
-    </rewrite> 
- 
- 
  
https_redirect.1512492996.txt.gz ยท Last modified: 2017/12/05 18:56 (external edit)