澳门4949最快开奖结果,澳门4949开奖结果最快,2025今晚香港开特马开什么,7777888888管家婆中特,白小姐三肖三码必开一码开奖

微信客服微信客服

通过web.config文件设置301跳转方法

阅读:1.86万 评论:0 点赞:2 2020-03-21
标签:301301跳转

设置方法

用记事本打开web.config文件
找到<rules>
在他后面插入

<rule name="301Redirect01" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^qthxxw.com$" />
</conditions>
<action type="Redirect" url="http://www.qthxxw.com/{R:0}"  redirectType="Permanent" />
</rule>


这样设置后,就把qthxxw.com跳转到www.qthxxw.com

可以在<rules>后插入多段这样的代码,来实现跳转

注意:

这个名字不能有重复的,

下面的例子是设置两个跳转规则

301Redirect01和301Redirect02

301Redirect01设置了qthxxw.com 跳转到 www.qthxxw.com

301Redirect02设置了www.qth8.com 跳转到 www.qthxxw.com

<rule name="301Redirect01" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^qthxxw.com$" />
</conditions>
<action type="Redirect" url="http://www.qthxxw.com/{R:0}" redirectType="Permanent" />
</rule>

<rule name="301Redirect02" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^www.qth8.com$" />
</conditions>
<action type="Redirect" url="http://www.qthxxw.com/{R:0}" redirectType="Permanent" />
</rule>

代码截图

用户评论(0)
取消回复
无有评论,您来说说!

电话:15561532279 Q Q :251443403
周一至周五(早8:00 - 晚6:00)
2000人站长群:176381403
VIP QQ群:196313294
Copyright © 2008-2025 框分类信息系统  版权所有    ICP证:黑ICP备19004589号     黑公网安备 23090402000014号
本系统由七台河市广盛网络科技有限公司开发 专业地方同城分类信息源码
主站蜘蛛池模板: 牡丹江市| 博罗县| 梅州市| 大荔县| 汪清县| 忻城县| 紫云| 吐鲁番市| 长垣县| 浙江省| 崇义县| 大宁县| 鄂温| 石柱| 衡南县| 武汉市| 格尔木市| 稷山县| 南投市| 临颍县| 石阡县| 阿城市| 株洲县| 巫山县| 天峻县| 克什克腾旗| 内江市| 古蔺县| 柳州市| 东安县| 静海县| 陵水| 富宁县| 新安县| 盐城市| 沙田区| 永顺县| 襄垣县| 郯城县| 济南市| 从化市|