[Zope-dev] Re: Using index.htm(l) files like index_html

Maik Jablonski maik.jablonski@uni-bielefeld.de
Fri, 21 Mar 2003 17:12:37 +0100


David Cain wrote:
> How can I customize my Zope server to treat index.html and index.htm
> files like index_html files?

Your question has nothing to do with developing the Zope Application 
Server, but only with developing applications with Zope. So you should 
ask on zope@zope.org.

Your question:

Place a DTML-Method into your Zope-Root with:

<dtml-var "_['index.html']">

(you can add some condition tests for index.htm of index.html if you 
want to.)

-mj