.htaccess移动设备重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.htaccess移动设备重定向相关的知识,希望对你有一定的参考价值。

This rewrite covers most mobile devices (with few false positives). When a mobile device is detected it is redirected to /m/.
  1. RewriteCond %{REQUEST_URI} !^/m/.*$
  2. RewriteCond %{HTTP_USER_AGENT} !^.*ipad.*$ [NC]
  3. RewriteCond %{HTTP_ACCEPT} "text/vnd.wap.wml|application/vnd.wap.xhtml+xml" [NC,OR]
  4. RewriteCond %{HTTP_USER_AGENT} "sony|symbian|nokia|samsung|mobile|windows ce|epoc|opera mini|nitro|j2me|midp-|cldc-|netfront|mot|up.browser|up.link|audiovox" [NC,OR]
  5. RewriteCond %{HTTP_USER_AGENT} "blackberry|ericsson,|panasonic|philips|sanyo|sharp|sie-|portalmmm|blazer|avantgo|danger|palm|series60|palmsource|pocketpc" [NC,OR]
  6. RewriteCond %{HTTP_USER_AGENT} "smartphone|rover|ipaq|au-mic,|alcatel|ericy|vodafone/|wap1.|wap2.|iPhone|android" [NC]
  7. RewriteCond %{REQUEST_URI} ^/$

以上是关于.htaccess移动设备重定向的主要内容,如果未能解决你的问题,请参考以下文章

如果是移动设备,则从特定页面重定向到特定页面

使用 htaccess 进行移动重定向

htaccess移动重定向

简单.htaccess移动重定向

apache_conf HTaccess移动重定向(仅限主页)

htaccess 301 重定向某些 URL 模式