Redirect to folder IIS 6
Posted
by
Matthias
on Server Fault
See other posts from Server Fault
or by Matthias
Published on 2012-09-21T17:59:17Z
Indexed on
2012/09/28
9:40 UTC
Read the original article
Hit count: 190
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.
© Server Fault or respective owner