首页 > 其他 > 详细

IIS7 301重定向配置

时间:2015-11-06 02:06:47      阅读:265      评论:0      收藏:0      [点我收藏+]

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/。

?

效果图:
bubuko.com,布布扣
?

IIS7 301重定向配置

原文:http://onestopweb.iteye.com/blog/2254574

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!