locked
Redirect a non-existent url to another url. RRS feed

  • Question

  • User2023521679 posted

    I am using Windows 2008 Server with IIS7. Users sometimes enter a specific non-existent link on my web site. I would like all requests to this sepcific link to be redirected to another page, complete with the query string variables being passed.

    For instance if user types in http://mywebsite/PageOne.aspx?QVar=x, I want IIS to redirect to http://mywebsite/PageTwo.aspx?QVar=x

    Thursday, April 18, 2013 2:30 PM

Answers

All replies