Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created January 21, 2009 21:44
Show Gist options
  • Select an option

  • Save traviskroberts/50228 to your computer and use it in GitHub Desktop.

Select an option

Save traviskroberts/50228 to your computer and use it in GitHub Desktop.
# 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