Created
August 22, 2013 08:26
-
-
Save Schepp/6304539 to your computer and use it in GitHub Desktop.
How to set IE compatibility mode via entry in Apache's .htaccess
This file contains 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
<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