Skip to content

Instantly share code, notes, and snippets.

@umair-me
Created April 19, 2016 13:03
Show Gist options
  • Save umair-me/7d3a6cf0c7a1b8a0834091466d40db28 to your computer and use it in GitHub Desktop.
Save umair-me/7d3a6cf0c7a1b8a0834091466d40db28 to your computer and use it in GitHub Desktop.
Redirect a site using web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://[HTTPSSITEURL]$S$Q" exactDestination="true" httpResponseStatus="Permanent" />
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment