Skip to content

Instantly share code, notes, and snippets.

@ni5ni6
Last active October 8, 2015 09:49
Show Gist options
  • Select an option

  • Save ni5ni6/3314810 to your computer and use it in GitHub Desktop.

Select an option

Save ni5ni6/3314810 to your computer and use it in GitHub Desktop.
<rule name="Canonical Host Name" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTP_HOST}" pattern="^www\.(.*)" />
</conditions>
<action type="Redirect" url="http://{C:1}/{R:1}" redirectType="Permanent" />
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment