Skip to content

Instantly share code, notes, and snippets.

@jacmaes
Created June 18, 2013 12:41
Show Gist options
  • Save jacmaes/5805019 to your computer and use it in GitHub Desktop.
Save jacmaes/5805019 to your computer and use it in GitHub Desktop.
Redirect IE 6-8 with htaccess
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} "MSIE [6-8]" [NC]
RewriteRule ^(.*)$ http://mysite.com/ie [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment