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:
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!
You’re on Linux, so perhaps you’re using PHP. My thought is, can you set the header in some include file that is part of every page? It would have to be output before other content of course.
Yeah - I was hoping for the super easy ‘drop an .htaccess file and be done’ solution…which lead to httpd.conf…which basically lead back to editing all the files. Bummer…
The domain that prompted all this is a really messy site that’s spread across many subdirs with a really awful number pages…it’s a mess I inherited from another “web” design company. I’m guessing my next step in looking for the ‘lazy’ solution is to find the best find/replace/sync editor/ftp program!
Thanks for your insight though…any chance you read my other thread on stats/abuse? It was related to various php photo galleries (Coppermine and Gallery2) - since you seem to be very php proficient I thought you might have some insights?
I posted a possible explanation over there - I’m really just looking to STOP the traffic!
Side note - I had a friend check out these forums. He was amazed at the openness, honesty, and helpfulness around here. His hosting company is a nightmare when it comes to getting info - never mind trying to actually get some help!