21 Mar
2003
21 Mar
'03
4:12 p.m.
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