[Zope] Replacing index_html with index.html

Niclas Kuehne nk@nkmail.com
Tue, 1 Apr 2003 20:30:16 -0600


Hello everyone:

I am trying to display "index.html" in a folder instead of index_html 
by default. This is what I put in my "index_html" in the root folder:

<dtml-if index.html>
 <html>
 <head>
  <title>Redirection</title>
  <meta http-equiv="refresh"
        content="0;  URL=&dtml-absolute_url;/index.html">
 </head>
 <body>
 </body>
 </html> 
</dtml-if>

It used to work just fine with Zope 2.3.3, but after upgrading to Zope 
2.6.1 it fails with the message:

Error Type: TypeError
Error Value: __call__() takes exactly 2 arguments (1 given)

Can anyone help?

Thank you very much!
Nic