Share via


Redirect clients in your application with HttpRedirection module

In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression-based rules that redirect clients from url A to url B, with a number of other features.

Learn more about rewriting and redirection, and download the HttpRedirection module / source code here: https://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx.

Comments

  • Anonymous
    July 20, 2007
    Would this method apply for SharePoint 07?  I cannot find a way to 'internally' 301 in SP but my gut tells me that the redirection ought to take place at the server (IIS) level so there is no content rendering.