Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Created January 26, 2015 02:58
Show Gist options
  • Save RyoSugimoto/a6c0b701fb67f777becd to your computer and use it in GitHub Desktop.
Save RyoSugimoto/a6c0b701fb67f777becd to your computer and use it in GitHub Desktop.
UAを判別し、モバイルデバイスからのアクセスなら、専用サイト(ディレクトリ)へ誘導する。
RewriteCond %{REQUEST_URI} !/sp/
RewriteCond %{HTTP_USER_AGENT} (iPhone|Android.*Mobile|Windows.*Phone) [NC]
RewriteRule ^(.*)$ /sp/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment