Actually, I have a problem with a website in IE that is not on the intranet, and "always show pages in compatibility mode is not activated", but it still sometimes opens in quirks mode, despite adding
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
I have red that I can send this compatibility order in the HTTP header or in htaccess
My problem is that I was looking for how to send an HTTP header and didn't actually find the hint, and btw I am a php developer just in case this information was needed.
I would really appreciate if someone could provide me with what needs to be added (for both, or for one, at least), and how / where to add it, I searched for a whole week, and it was very urgent for you find a fix so soon!
This way to send it as an HTTP header, since the first line on the page is correct?
<?php header('X-UA-Compatible: IE=edge'); ?>
(I just found)
I am very grateful for any help that can be provided, and I am grateful in advance.
source share