欧美大片在线观看完整版,毛茸茸性xxxx毛茸茸毛茸茸,老少配xx丰满老熟妇,另类老妇性bbw,bbw,免费a级毛片无码a∨免费软件

幫助與文檔

7

如何設(shè)置301重定向

如要將a.com重定向到www.a.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="^a\.com$" />
                    </conditions>
                    <action type="Redirect" url="http://www.a.com/{R:0}" redirectType="Permanent" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer> 
</configuration>


19906048601
19906048601 19906048601
返回頂部
返回頂部 返回頂部