Redirect to folder IIS 6
- by Matthias
I have a webpage ASP.NET in IIS 6.
There a a lot of urls already indexed by google and links set in web-catalogs that looks like this
www.mypage.com/directory1/page.aspx
Now I changed this that the url looks like this:
www.mypage.com/page.aspx
I want the urls with the directory in the path to redirect to the urls without the directory, so that the links that are set and indexed can stay as they are.
How can I achieve this with IIS 6.