如何将每个网址从网站重定向到IIS中的新网站

时间:2016-09-26 12:12:31

标签: asp.net redirect iis

我已经在IIS 6.0中通过IIS管理器从一个网站设置了一个重定向到另一个网站(使用选项Redirect to, The exact URL entered above, in the Home Directory tab)。它工作正常。例如如果有人将其http://www.oldsite.com重定向到http://www.newsite.com/landingpage.aspx,但当用户输入http://www.oldsite.com/someoldpage.aspx时,如果重定向到http://www.newsite.com/landingpage.aspx/someoldpage.aspx而不是http://www.newsite.com/landingpage.aspx,则会出现问题修复此重定向

enter image description here

0 个答案:

没有答案