<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>jorkeo - hosting geek : IE</title><link>http://blogs.technet.com/jorke/archive/tags/IE/default.aspx</link><description>Tags: IE</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Apache httpd/htaccess config for IE8 Compatability</title><link>http://blogs.technet.com/jorke/archive/2008/12/08/apache-httpd-htaccess-config-for-ie8-compatability.aspx</link><pubDate>Mon, 08 Dec 2008 05:48:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3223418</guid><dc:creator>jorkeo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jorke/comments/3223418.aspx</comments><wfw:commentRss>http://blogs.technet.com/jorke/commentrss.aspx?PostID=3223418</wfw:commentRss><wfw:comment>http://blogs.technet.com/jorke/rsscomments.aspx?PostID=3223418</wfw:comment><description>&lt;p&gt;Some great advice for infrastructure providers that may get calls from customers wondering why their sites are broken after they install IE8 and they haven’t developed their sites to standards…&lt;/p&gt;  &lt;p&gt;The full info is here can be found here: &lt;a title="http://blogs.msdn.com/hanuk/archive/2008/08/28/apache-httpd-configuration-for-ie7-standard-mode-rendering-in-ie8.aspx" href="http://blogs.msdn.com/hanuk/archive/2008/08/28/apache-httpd-configuration-for-ie7-standard-mode-rendering-in-ie8.aspx"&gt;http://blogs.msdn.com/hanuk/archive/2008/08/28/apache-httpd-configuration-for-ie7-standard-mode-rendering-in-ie8.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;But in short you can tell the browsing clients to render in IE7 standards mode at a server level or site level.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;At the Server level:&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;1. Open httpd.conf in a text editor &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;2. Uncomment (or add)&amp;#160; “LoadModule headers_module modules/mod_headers.so” &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;3. Add the following configuration fragment at the end of the httpd.conf file: &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;lt;IfModule headers_module&amp;gt;        &lt;br /&gt;Header set X-UA-Compatible: IE=EmulateIE7         &lt;br /&gt;&amp;lt;/IfModule&amp;gt; &lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;4. Save httpd.conf and reload the apache config&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;At the site/directory level&lt;/strong&gt; – make sure you are allowing .htaccess files to be read from each directory.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;1. Add to your .htaccess file:&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;&amp;lt;IfModule headers_module&amp;gt;        &lt;br /&gt;Header set X-UA-Compatible: IE=EmulateIE7         &lt;br /&gt;&amp;lt;/IfModule&amp;gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Stacks more info here: &lt;a href="http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx"&gt;http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx&lt;/a&gt; and here &lt;a href="http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx"&gt;http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;- jorke&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:0342626c-1ac9-40c3-b735-8ca04087e778" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Internet+Explorer+8" rel="tag"&gt;Internet Explorer 8&lt;/a&gt;,&lt;a href="http://technorati.com/tags/IE8" rel="tag"&gt;IE8&lt;/a&gt;,&lt;a href="http://technorati.com/tags/apache" rel="tag"&gt;apache&lt;/a&gt;,&lt;a href="http://technorati.com/tags/htaccess" rel="tag"&gt;htaccess&lt;/a&gt;,&lt;a href="http://technorati.com/tags/httpd.conf" rel="tag"&gt;httpd.conf&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3223418" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jorke/archive/tags/apache/default.aspx">apache</category><category domain="http://blogs.technet.com/jorke/archive/tags/IE/default.aspx">IE</category></item></channel></rss>