IIS Web.Config重定向

时间:2018-10-17 15:07:47

标签: iis web-config iis-7.5

我正在尝试查看是否有办法将所有重定向都放入其中,然后在我的主要web.config文件中引用它。

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <location path="index">
        <system.webServer>
            <httpRedirect enabled="true" destination="https://mynewurl.com" exactDestination="true" httpResponseStatus="Permanent" />
        </system.webServer>
    </location>
</configuration>

0 个答案:

没有答案