Skip to content

Instantly share code, notes, and snippets.

@Schepp
Created August 22, 2013 08:26
Show Gist options
  • Save Schepp/6304539 to your computer and use it in GitHub Desktop.
Save Schepp/6304539 to your computer and use it in GitHub Desktop.
How to set IE compatibility mode via entry in Apache's .htaccess
<IfModule mod_headers.c>
# Set IE to render page as if it were an IE 7
Header set X-UA-Compatible "IE=7"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment