Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Parsed html probs:NCSA 1.3R+

1 view
Skip to first unread message

Jim Nicholson

unread,
Apr 27, 1995, 3:00:00 AM4/27/95
to
Since I have a lot of server-side includes, I added the recommended

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


0 new messages