Waleed Barakat Posted on Mar 19, 2019 SOLVED X UA Compatible HTTP header via htaccess #xuacompatible #httpheader #htaccess Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Waleed Barakat Waleed Barakat Waleed Barakat Follow CEO & Founder of Jodyshop.com. Email waleedahmedbarakat@gmail.com Location Cairo, Egypt Education High School Work MazenJobs at Jodyshop Inc. Joined Oct 6, 2018 • Mar 19 '19 • Edited on Mar 19 • Edited Dropdown menu Copy link Hide <IfModule mod_headers.c> Header set X-UA-Compatible "IE=Edge" Header unset X-UA-Compatible </IfModule> Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
<IfModule mod_headers.c>
Header set X-UA-Compatible "IE=Edge"
Header unset X-UA-Compatible
</IfModule>