Skip to content

Instantly share code, notes, and snippets.

@timsnadden
Created October 27, 2010 03:36
Show Gist options
  • Save timsnadden/648388 to your computer and use it in GitHub Desktop.
Save timsnadden/648388 to your computer and use it in GitHub Desktop.
Apache directive that triggers chromeframe if it is available
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
BrowserMatch chromeframe gcf
Header append X-UA-Compatible "chrome=1" env=gcf
</IfModule>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment