咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

301跳转实现手机访问PC网址自动跳转到手机网站

2016-06-19 04:56:59 8082次

<?xml version="1.0" encoding="UTF-8"?>

<configuration>

    <system.webServer>

         <rewrite>

           <rules>

              <rule name="www.landui.com" stopProcessing="true">

                    <match url="^$" ignoreCase="false" />

                    <conditions logicalGrouping="MatchAll">

                        <add input="{HTTP_USER_AGENT}" pattern="android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos|UCBrowser|MQQBrowser|Windows Phone|wap" />

                    </conditions>

                    <action type="Redirect" url="http://www.landui.com/" redirectType="Permanent" />

                </rule>

              

             <rule name="www.landui.com" stopProcessing="true">

                <match url="^$" ignoreCase="false" />

                  <conditions logicalGrouping="MatchAll">

                  <add input="{HTTP_USER_AGENT}" pattern="android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos|UCBrowser|MQQBrowser|Windows Phone|wap" />

            </conditions>

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

        </rule>

    </rules>

</rewrite>

    </system.webServer>

</configuration>


首页
最新活动
个人中心