欢迎来到   

帮助中心

搜索热词:服务器托管vps找回密码发票申请虚拟主机

      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根目录即可!