Guest User

Untitled

a guest
Jan 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <rule name="httpsRedirect" stopProcessing="true">
  2. <match url=".*" />
  3. <conditions>
  4. <add input="{HTTPS}" pattern="off" ignoreCase="true" />
  5. </conditions>
  6. <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" appendQueryString="false" />
  7. </rule>
Add Comment
Please, Sign In to add comment