国产一级黄毛片,亚洲成av人亚洲成av人,色呦呦呦呦呦呦一级黄片,操黑丝美女小穴

微信客服微信客服

通過(guò)web.config文件設(shè)置301跳轉(zhuǎn)方法

閱讀:1.85萬(wàn) 評(píng)論:0 點(diǎn)贊:2 2020-03-21
標(biāo)簽:301301跳轉(zhuǎn)

設(shè)置方法

用記事本打開(kāi)web.config文件
找到<rules>
在他后面插入

<rule name="301Redirect01" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^qthxxw.com$" />
</conditions>
<action type="Redirect" url="http://www.qthxxw.com/{R:0}"  redirectType="Permanent" />
</rule>


這樣設(shè)置后,就把qthxxw.com跳轉(zhuǎn)到www.qthxxw.com

可以在<rules>后插入多段這樣的代碼,來(lái)實(shí)現(xiàn)跳轉(zhuǎn)

注意:

這個(gè)名字不能有重復(fù)的,

下面的例子是設(shè)置兩個(gè)跳轉(zhuǎn)規(guī)則

301Redirect01和301Redirect02

301Redirect01設(shè)置了qthxxw.com 跳轉(zhuǎn)到 www.qthxxw.com

301Redirect02設(shè)置了www.qth8.com 跳轉(zhuǎn)到 www.qthxxw.com

<rule name="301Redirect01" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^qthxxw.com$" />
</conditions>
<action type="Redirect" url="http://www.qthxxw.com/{R:0}" redirectType="Permanent" />
</rule>

<rule name="301Redirect02" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_HOST}" pattern="^www.qth8.com$" />
</conditions>
<action type="Redirect" url="http://www.qthxxw.com/{R:0}" redirectType="Permanent" />
</rule>

代碼截圖

用戶評(píng)論(0)
取消回復(fù)
無(wú)有評(píng)論,您來(lái)說(shuō)說(shuō)!

電話:15561532279 Q Q :251443403
周一至周五(早8:00 - 晚6:00)
2000人站長(zhǎng)群:176381403
VIP QQ群:196313294
Copyright © 2008-2025 框分類信息系統(tǒng)  版權(quán)所有    ICP證:黑ICP備19004589號(hào)     黑公網(wǎng)安備 23090402000014號(hào)
本系統(tǒng)由七臺(tái)河市廣盛網(wǎng)絡(luò)科技有限公司開(kāi)發(fā) 專業(yè)地方同城分類信息源碼
阜新市| 岳阳市| 思南县| 屏东县| 万全县| 平罗县| 麻栗坡县| 象州县| 屏南县| 邯郸市| 井研县| 济南市| 花垣县| 康平县| 肥城市| 彭水| 南通市| 青浦区| 辉县市| 独山县| 潞西市| 泸西县| 庆阳市| 共和县| 深水埗区| 温宿县| 拉萨市| 新余市| 响水县| 阳原县| 历史| 若羌县| 大邑县| 浙江省| 图片| 邹城市| 班戈县| 扎鲁特旗| 孟津县| 彭阳县| 延寿县|