Compatibility mode causing problems
When we render our page (not internet facing yet), it is having issues, but only in IE.
Some things of note:
If I access via internal ip address, it displays correctly, and using F12 to view emulation - document mode I see it as "11".
If I access via FQDN, it displays incorrectly, and using F12 to view emulation - document mode I see it as "7". If I manually change the mode to 11 it will render correctly, but that only works while the developer tools are open.
I've done some research and it pointed to various methods of trying to use X-UA-Compatible options to try and force the IE mode. I have tried adjustments to the theme header.php file, Apache conf file, and .htaccess methods.
We would like to control this from the server side. What options do we have that work well with betheme to force the render mode?
Comments