备案 - 控制台 退出
备案 免费注册 登录
选购指南
会员相关
安全保障
账号资产
财务相关
云服务器
负载均衡
云数据库
对象存储
云虚拟主机
商标注册
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 © 2017-现在 www.aoshanyun.com. All Rights Reserved. 傲闪云 版权所有 四川傲闪科技有限公司 蜀ICP备2022019824号
傲闪云执有《中华人民共和国增值电信业务经营许可证》B1-20230080 牌照并依法经营
TOP