官方论坛产品帮助刷图视频问题反馈

.htaccess 实现按浏览器跳转

发表于 秦海传媒

    不废话,直接上代码:

    
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{HTTP_USER_AGENT} ".*MSIE 7\.0.*" [OR]
    RewriteRule ^(.*)$ http://www.qhdtdhd.com/$1 [L,R=301]
    RewriteCond %{HTTP_USER_AGENT} ".*MSIE 6\.0.*" [OR]
    RewriteRule ^(.*)$ http://www.qhdtdhd.com/$1 [L,R=301]
    RewriteCond %{HTTP_USER_AGENT} ".*MSIE 8\.0.*" [OR]
    RewriteRule ^(.*)$ http://www.qhdtdhd.com/$1 [L,R=301]
    RewriteCond %{HTTP_USER_AGENT} ".*MSIE 9\.0.*" [OR]
    RewriteRule ^(.*)$ http://www.qhdtdhd.com/$1 [L,R=301]
    
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    

    按浏览器将访客 IE7 IE8 IE9跳转到http://www.qhdtdhd.com/

  • 此条目发表在 闲言碎语 分类目录。将固定链接加入收藏夹。

Google ADs

除非另有声明,本站文章遵循知识共享署名-非商业性使用 2.5 中国大陆许可协议。 Copyright © 2008-2012 99288.NET.CN.