[Zope] setting default home page

Adam adam@trdlnk.com
Fri, 1 Mar 2002 10:27:54 -0600


Greetings, all;

I have Zope-2.4.3-linux2-x86 and am having problems making
Zope look at my index.html as the default page.  I can see Zope is 
currently looking at index_html but I want to change that setting 
to look at index.html.  

I'm accustomed to Apache which uses this in its httpd.conf:
<IfModule mod_dir.c>
    DirectoryIndex index.html
</IfModule>

How can I set Zope to use index.html instead of index_html ?

Thanks,

Adam