Stephan Goeldi writes:
From: Dieter Maurer <dieter@handshake.de> It is not relevant for the recognition as HTML.
DTML objects set the "Content-Type" to "text/html" by default. You need to do special things to prevent them to do this. .... If your dtml-doc has no extension (as in my case) it is displayed ok by e.g. Internet Explorer, but not by Netscape 4.7x. I created a seperate dtml-method with the content <content type: text/html> and included this method in my standard_html_header. Now it works. This seems to be a Netscape problem which has to be taken care of by Zope users! I use Netscape 4.7x and never met this problem...
Netscape usually follows the "Content-Type" independent of the extension. Maybe, you Netscape is configured strangely. Dieter