備案 - 控制臺(tái) 退出
備案 免費(fèi)注冊(cè) 登錄
云服務(wù)器
負(fù)載均衡
云數(shù)據(jù)庫(kù)
對(duì)象存儲(chǔ)
會(huì)員相關(guān)
賬號(hào)資產(chǎn)
安全保障
財(cái)務(wù)相關(guān)
云虛擬主機(jī)
商標(biāo)注冊(cè)
SSL證書(shū)
域名
CDN加速
服務(wù)器托管
上架流程
下架流程
重裝系統(tǒng)
備案系統(tǒng)
首次備案
備案規(guī)則
常見(jiàn)問(wèn)題
常見(jiàn)問(wèn)題 > 如何設(shè)置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>
這條幫助是否解決了您的問(wèn)題? 已解決 未解決
Copyright ? 2013-2020 jridc.com All Rights Reserved. JRIDC 版權(quán)所有 宿遷景榮網(wǎng)絡(luò)科技有限公司 蘇ICP備19064674號(hào)-1
蘇公網(wǎng)安備:32130202080958
TOP