Turn off IE compatibility mode

Share

On a customer site, all windows machines has a GPO to turn on the IE compatibility mode.

The new WebSphere Portal does not work well with this compatibility mode.

To solve the problem we add the following on the Apache Web Server

Header set X-UA-Compatible “IE=Edge”

The header above tell the IE browser to not use compatibillity mode when accessing the new portal.