AddType text/x-server-parsed-html .html
to srm.conf. This works, _EXCEPT_ that any document that DOESN'T have an
include in it comes over with the wrong mime type. For example,
HEAD /doc.with.include.html 1.0
will yield a mime type of text/html, while
HEAD /doc.without.include.html 1.0
will yield a mime type of text/x-server-parsed-html
This isn't a problem for Mosaic, but I get wierd results with other
browsers. Arena shows the no-includes document as plain text data (ie, it
doesn't render it as html) and Netscape 1.x keeps asking the user to
configure a viewer.
Can anyone help? Is it possible to do an AddType in .htaccess to get
around this?
- Jim