Skip to content

Instantly share code, notes, and snippets.

@umair-me
Created July 8, 2015 16:22
Show Gist options
  • Save umair-me/8616eaf810256e849906 to your computer and use it in GitHub Desktop.
Save umair-me/8616eaf810256e849906 to your computer and use it in GitHub Desktop.
Forward domains using web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://www.domainname.com$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