Really an apache config question, though another solution would be welcome:

I've seen the recent threads about "caught exception" errors.  We're on ARS 
7.5, so in our case Internet Explorer compatibility mode works, but we want to 
enforce it for users.

In the apache config we tell IE to emulate IE 8 (courtesy old post from Patrick 
Dill), which works for IE 9 and IE 10 but not 11:
<IfModule headers_module>
   Header set X-UA-Compatible: IE=EmulateIE8
</IfModule>

But if we tell IE to emulate IE 10, that works for IE 11 but breaks 9 and 10.

Is there a way to put a conditional expression in the config so both could 
work?  We also tried IE="EmulateIE8, EmulateIE10" but that didn't work.

Thanks,

David

David Durling
University of Georgia

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to