如何将IIS请求重定向到特定的URL

时间:2020-06-04 07:16:28

标签: windows iis deployment

我们有一个应用程序(http://stellramapps.com/)在server1中运行,现在该应用程序已迁移到server2。 我们已经完成了将请求发送到server1并路由到server2的DNS设置。 IIS重定向规则也已使用正则表达式= ^ {http://stellramapps设置为重定向到http://tdstest/ 但我仍然遇到以下错误
无法访问此页面

•确保网址http://stellramapps.com是正确的

1 个答案:

答案 0 :(得分:0)

http://不包含在HTTP_HOST中,因此请尝试^ stellramapps $而不是^ {http://stellramapps

请确保可以从stellramapps服务器访问http://tdstest/

然后请安装URL重写和ARR

https://www.iis.net/downloads/microsoft/application-request-routing

最后,您可以启用IIS管理器->服务器节点->应用程序请求路由缓存->服务器代理设置->启用代理并应用此规则

df2 = df[["FCI", "CSI", "IPI"]].diff().add_suffix("_diff")
df3 = pd.concat([df, df2], axis=1)