Skip to content

Instantly share code, notes, and snippets.

@rgergo67
Created September 23, 2016 17:10
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 rgergo67/c74b667ab55050656272683b47539ccd to your computer and use it in GitHub Desktop.
Save rgergo67/c74b667ab55050656272683b47539ccd to your computer and use it in GitHub Desktop.
.htaccess IE edge
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
BrowserMatch MSIE ie
Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
</IfModule>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment