备案 - 控制台 退出
备案 免费注册 登录
云服务器
负载均衡
云数据库
对象存储
会员相关
财务相关
账号资产
安全保障
服务器托管
上架流程
下架流程
重装系统
备案系统
首次备案
备案规则
常见问题
云虚拟主机
SSL证书
域名
CDN加速
商标注册
云服务器-推荐
独立服务器-推荐
高防服务器-推荐
站群服务器-推荐
母鸡服务器-推荐
海外合作云-推荐
分销代理
网络教程
环境教程
常见问题 > 如何设置301重定向
如要将example.com重定向到www.example.com,则配置web.config如下:
.com
web.config
<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="www" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_HOST}" pattern="^example\.com$" /></conditions><action type="Redirect" url="http://www.example.com/{R:0}" redirectType="Permanent" /></rule></rules></rewrite></system.webServer></configuration>
<?xml version="1.0"
encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule
name="www"
stopProcessing="true">
<match
url=".*"
/>
<conditions>
<add
input="{HTTP_HOST}"
pattern="^example\.com$"
</conditions>
<action
type="Redirect"
url="http://www.example.com/{R:0}"
redirectType="Permanent"
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
这条帮助是否解决了您的问题? 已解决 未解决
Copyright © 2018-2021 www.mituyun.com. All Rights Reserved. 米图云 版权所有 江苏米之图网络科技有限公司 苏ICP备2021005412号-5
《中华人民共和国增值电信业务经营许可证》ICP 、EDI 许可证:苏B2-20210628
TOP