Bunchadogs
Perch
I'd like to 'cheat' and add a custom header via htaccess to address the new IE8 compatability mode...but it seems that I need to alter the httpd.conf file instead:
I tried an htaccess version of this...but I never got it to work. Anybody else ever attempt this? Since it's something I may do across many domains I was hoping it was something I could do, instead of submitting tickets for every domain!
Code:
Uncomment (or add) “LoadModule headers_module modules/mod_headers.soâ€
and add
<IfModule headers_module>
Header set X-UA-Compatible: IE=EmulateIE7
</IfModule>
I tried an htaccess version of this...but I never got it to work. Anybody else ever attempt this? Since it's something I may do across many domains I was hoping it was something I could do, instead of submitting tickets for every domain!