Hello everyone,
we've got some issues here with internet explorer 8 and our clients, which cannot work with plesk anymore after updating to microsofts new browser.
It's bad for customers, if they have to start compatibility mode for internet explorer 7 in their browser so here is a simple bugfix.
Goto /opt/psa/admin or /usr/local/psa/admin (just where your plesk installation is)
and move into directory conf.
Create a file "httpsd.ie8comp.include" and insert the following:
LoadModule headers_module libexec/mod_headers.so
Header set X-UA-Compatible "IE=EmulateIE7"
Works just fine for our servers. This solution is tested with plesk 7 and plesk 8 - NOT WORKING WITH VERSION 9.
Best Regards from Austria!
Manuel
we've got some issues here with internet explorer 8 and our clients, which cannot work with plesk anymore after updating to microsofts new browser.
It's bad for customers, if they have to start compatibility mode for internet explorer 7 in their browser so here is a simple bugfix.
Goto /opt/psa/admin or /usr/local/psa/admin (just where your plesk installation is)
and move into directory conf.
Create a file "httpsd.ie8comp.include" and insert the following:
LoadModule headers_module libexec/mod_headers.so
Header set X-UA-Compatible "IE=EmulateIE7"
Works just fine for our servers. This solution is tested with plesk 7 and plesk 8 - NOT WORKING WITH VERSION 9.
Best Regards from Austria!
Manuel