Created
October 31, 2012 09:31
-
-
Save iammart/3986082 to your computer and use it in GitHub Desktop.
[htaccess] Mobiel Redirect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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