P.S. The headers are:

GET http://simplyclassicremodeling.com/ HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 27 Jan 2012 21:57:54 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.9-dev DAV/2
PHP/5.2.6
Accept-Ranges: bytes
Cache-Control: max-age=2592000, public
Expires: Sun, 26 Feb 2012 21:57:54 GMT
X-UA-Compatible: IE=Edge,chrome=1
Connection: close
Content-Type: text.html

On Fri, Jan 27, 2012 at 3:31 PM, Christos Jonathan Hayward <
christos.jonathan.hayw...@gmail.com> wrote:

> I posted this originally at
> http://serverfault.com/questions/354313/how-can-i-get-apache2-to-serve-up-shtml-files-as-content-type-text-html-and-nand
>  thought maybe I'd ask here:
>
> --
>
> I'm working on a website, implemented as shtml, and when I try to load the
> home page (http://simplyclassicremodeling.com) from IE8, it says it can't
> open the file because it transferred as Content-Type "text.html". The page
> loads fine from Chrome, and  in Firefox.
>
> httpd.conf has:
>
> Options Includes Indexes FollowSymLinks ExecCGI
> AddHandler cgi-script .cgi .pl
> AddType text/html .shtml
> AddHandler server-parsed .shtml
>
> and further down:
>
> AddType text/html .shtml
> AddOutputFilter INCLUDES .shtml
> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript 
> application/javascript
>
> Are the "AddType" and "AddOutputFilter" transposed? Based on this
> information, would you know why IE8 would think .shtml files are being sent
> as Content-Type: "text.html"? Is there a way to globally ask Apache, "If
> you're going to transfer as 'text.html', use 'text/html' instead?
>
> Thanks,
>
> --
> [image: Christos Jonathan Hayward] <http://jonathanscorner.com/>
> Christos Jonathan Hayward, an Orthodox Christian author.
>
> Author Bio <http://jonathanscorner.com/author/> • 
> Books<http://cjshayward.com/>
>  • *Email <christos.jonathan.hayw...@gmail.com>* • 
> Facebook<http://www.facebook.com/christos.jonathan.hayward>
>  • Google Plus <http://jonathanscorner.com/plus> • 
> LinkedIn<http://www.linkedin.com/in/jonathanhayward>
>  • Twitter <http://twitter.com/JonathansCorner> • 
> *Web<http://jonathanscorner.com/>
> * • What's New? <http://jonathanscorner.com/>
> I invite you to visit my "theology, literature, and other creative works"
> site. *See a random page! <http://random.jonathanscorner.com/>*
>
>


-- 
[image: Christos Jonathan Hayward] <http://jonathanscorner.com/>
Christos Jonathan Hayward, an Orthodox Christian author.

Author Bio <http://jonathanscorner.com/author/> • Books<http://cjshayward.com/>
 • *Email <christos.jonathan.hayw...@gmail.com>* •
Facebook<http://www.facebook.com/christos.jonathan.hayward>
 • Google Plus <http://jonathanscorner.com/plus> •
LinkedIn<http://www.linkedin.com/in/jonathanhayward>
 • Twitter <http://twitter.com/JonathansCorner> •
*Web<http://jonathanscorner.com/>
* • What's New? <http://jonathanscorner.com/>
I invite you to visit my "theology, literature, and other creative works"
site. *See a random page! <http://random.jonathanscorner.com/>*

Reply via email to