Skip to content

Instantly share code, notes, and snippets.

@pgib
Created May 14, 2010 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgib/401783 to your computer and use it in GitHub Desktop.
Save pgib/401783 to your computer and use it in GitHub Desktop.
Redirect IE 6 users to the bad milk campaign
# Redirect IE 6 users to Microsoft's expired milk campaign
RewriteCond %{HTTP_USER_AGENT} MSIE\ 6
RewriteRule .* http://www.microsoft.com/australia/technet/ie8milk/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment