91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎樣實現多域名重定向到一個站點?

發布時間:2020-05-29 10:16:44 來源:億速云 閱讀:350 作者:Leah 欄目:數據安全

怎樣實現多域名重定向到一個站點?相信大家還沒學會這個技能。通過這篇文章的詳細解說希望你能學會。跟隨小編一起來看步驟吧。

教程開始:

ABC.com

www.ABC.cn

www.ABC.net

ABC.cn

ABC.net

上面五個都重定向到

www.ABC.com

IIS7以上可直接添加在web.config配置文件里面實現

<configuration>

<system.webServer>

<rewrite>

<rules>

<rule name="301-1 Redirect" stopProcessing="true">

<match url=".*" />

<conditions>

<add input="{HTTP_HOST}" pattern="^ABC.com$" />

</conditions>

<action type="Redirect" url="http://www.ABC.com/{R:0}" redirectType="Permanent" />

</rule>

<rule name="301-2 Redirect" stopProcessing="true">

<match url=".*" />

<conditions>

<add input="{HTTP_HOST}" pattern="^ABC.net$" />

</conditions>

<action type="Redirect" url="http://www.ABC.com/{R:0}" redirectType="Permanent" />

</rule>

<rule name="301-3 Redirect" stopProcessing="true">

<match url=".*" />

<conditions>

<add input="{HTTP_HOST}" pattern="^ABC.cn$" />

</conditions>

<action type="Redirect" url="http://www.ABC.com/{R:0}" redirectType="Permanent" />

</rule>

<rule name="301-4 Redirect" stopProcessing="true">

<match url=".*" />

<conditions>

<add input="{HTTP_HOST}" pattern="^www.ABC.net$" />

</conditions>

<action type="Redirect" url="http://www.ABC.com/{R:0}" redirectType="Permanent" />

</rule>

<rule name="301-5 Redirect" stopProcessing="true">

<match url=".*" />

<conditions>

<add input="{HTTP_HOST}" pattern="^www.ABCcn$" />

</conditions>

<action type="Redirect" url="http://www.ABC.com/{R:0}" redirectType="Permanent" />

</rule>

</rules>

</rewrite>

<httpRedirect enabled="false" destination="http://www.ABC.com" exactDestination="true" httpResponseStatus="Permanent" />

</system.webServer>

</configuration>

解析設置:

第1種實現方式:記錄類型為A記錄,記錄值為IP地址 主機記錄為@和WWW

第2種方式:如果買的是虛擬主機,一般在虛擬主機的具體信息上,可以查到別名,把服務商提供的這個別名做為記錄值,
記錄類型為cname,主機記錄為@和WWW,也可以實現

看完上述內容,你們學會多域名重定向到一個站點的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

石阡县| 民权县| 香港| 桦川县| 桃江县| 高邮市| 青田县| 阳泉市| 广元市| 天镇县| 英吉沙县| 如东县| 阿鲁科尔沁旗| 蓬溪县| 大港区| 巴彦县| 九江县| 苍梧县| 当雄县| 天气| 万荣县| 鄂尔多斯市| 吴旗县| 吉木萨尔县| 邢台县| 宁安市| 房产| 澄城县| 自贡市| 德州市| 西丰县| 徐水县| 监利县| 通州区| 贵定县| 兴化市| 鄂托克旗| 巩留县| 宿松县| 洛川县| 广平县|