Skip to content

Instantly share code, notes, and snippets.

@aramboyajyan
Created July 19, 2013 10:11
Show Gist options
  • Save aramboyajyan/6038131 to your computer and use it in GitHub Desktop.
Save aramboyajyan/6038131 to your computer and use it in GitHub Desktop.
Web.config redirect to another URL.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="http://www.example.com/" />
</system.webServer>
</configuration>
@csharpforevermore
Copy link

Thank you but unfortunately, you will lose your current folder and query string values with this.Try this gist: http://bit.ly/1Qenjmk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment