15105609117

欢迎您:

余额: 充值

快捷菜单

    301跳转
 

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Redirect" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^域名$" />
</conditions>
<action type="Redirect" url="http://域名/{R:0}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>


以上代码,把域名修改您要跳转域名后,保存格式为WEB.CONFIG上传WEB根目录即可!




 


Copyright 2014-2016 ENKJ All Rights Reserved 云尚数据 版权所有   《中华人民共和国工业和信息化部》 编号:皖ICP备16017955号-1