Guest User

Untitled

a guest
Jan 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <rewrite>
  2. <rules>
  3. <rule name="Redirect to http" enabled="true" patternSyntax="Wildcard" stopProcessing="true">
  4. <match url="*" negate="false" />
  5. <conditions logicalGrouping="MatchAny">
  6. <add input="{HTTPS}" pattern="off" />
  7. </conditions>
  8. <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Found" />
  9. </rule>
  10. </rules>
  11. </rewrite>
Add Comment
Please, Sign In to add comment