We are ready to launch our new umbraco site, however we want to use the urlRewriting functionality in umbraco to redirect all the old URL's to the new pages.
Unfortunately IIS doesn't seem to be processing the .cgi files and as such the redirect is not taking place. I have added a wildcard application map for the aspnet dll and even added an app extension trying to map .cgi with the aspnet dll.
Does anyone know how I can get this to work? I found this article on request processing which has me thinking I might be out of luck...
IIS and redirect of files with .cgi extension
Hi,
We are ready to launch our new umbraco site, however we want to use the urlRewriting functionality in umbraco to redirect all the old URL's to the new pages.
Unfortunately IIS doesn't seem to be processing the .cgi files and as such the redirect is not taking place. I have added a wildcard application map for the aspnet dll and even added an app extension trying to map .cgi with the aspnet dll.
Does anyone know how I can get this to work? I found this article on request processing which has me thinking I might be out of luck...
http://msdn.microsoft.com/en-us/library/ms524901.aspx
is working on a reply...