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 [EMAIL PROTECTED]
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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
