I am posting this in a Linux newsgroup because it seems to be somewhat
related to the Linux Red Hat 6.1 / Apache server it is being run on since
when I changed servers to HTTPS it seemed to run a little better.
Thoughts?
jp
It appears that the mime types are not set properly on the server.
The problem occurs only with files that end in .htm. .html pages
are displayed properly.
Make certain that you have the line:
text/html html htm
in /etc/mime.types (or whatever TypesConfig is set to).
>
>I am posting this in a Linux newsgroup because it seems to be somewhat
>related to the Linux Red Hat 6.1 / Apache server it is being run on since
>when I changed servers to HTTPS it seemed to run a little better.
apache is sending the wrong mime type with html documents. Read the apache
manual pages for info on associating mime types with documents types.
Should be text/html not text/plain