亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

發布時間: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

大埔县| 玉龙| 珲春市| 双峰县| 广元市| 浦县| 乐亭县| 丽江市| 定远县| 顺昌县| 商都县| 汕头市| 朝阳市| 辛集市| 石棉县| 灯塔市| 洛宁县| 浦北县| 定边县| 屏边| 永新县| 定安县| 海原县| 河间市| 永吉县| 宜春市| 铜山县| 乐平市| 云和县| 鄂托克前旗| 潮州市| 资阳市| 吉水县| 酉阳| 花垣县| 通化县| 八宿县| 北碚区| 福鼎市| 门源| 萍乡市|