IIS7 301重定向配置

web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="true" destination="http://www.onestopweb.cn" />
    </system.webServer>
</configuration>

例如:在浏览器输入 baidu.com,会重定向到 https://www.baidu.com/。

效果图:

 

猜你喜欢

转载自onestopweb.iteye.com/blog/2254574
今日推荐