Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <rule name="Redirects to Certifications" stopProcessing="true">
  2. <match url="(.*certifications*)"/>
  3. <conditions>
  4. <add input="{HTTPS}" pattern="^OFF$"/>
  5. </conditions>
  6. <action type="Redirect" url="http://{HTTP_HOST}/ERRoot/details.aspx?url={REQUEST_URI}" appendQueryString="true"/>
  7. </rule>
Add Comment
Please, Sign In to add comment