Created
June 21, 2010 10:36
-
-
Save livingston/446683 to your computer and use it in GitHub Desktop.
iPad Development Stuff
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
Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10 |
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 %{HTTP_USER_AGENT} ^.*iPad.*$ | |
RewriteRule ^(.*)$ IPAD_SPECIFIC_SITE_URL [R=301] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment