Created
January 21, 2009 21:44
-
-
Save traviskroberts/50228 to your computer and use it in GitHub Desktop.
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
| # Redirect iphone.plexusweb.com to www.plexusweb.com with 301 | |
| # if they aren't using an iPhone or iPod Touch | |
| RewriteCond %{http_host} ^iphone.plexusweb.com [nc] | |
| RewriteCond %{HTTP_USER_AGENT} !.*Mobile.*Safari | |
| RewriteRule ^/(.*)$ http://www.plexusweb.com/$1 [r=301,nc] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment