Skip to content

Instantly share code, notes, and snippets.

@iammart
Created October 31, 2012 09:31
Show Gist options
  • Select an option

  • Save iammart/3986082 to your computer and use it in GitHub Desktop.

Select an option

Save iammart/3986082 to your computer and use it in GitHub Desktop.
[htaccess] Mobiel Redirect
RewriteCond %{REQUEST_URI} !^/mobile/.*$
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteRule ^(.*)$ /mobile/ [L,R=302]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment