1 Mar
2002
1 Mar
'02
4:27 p.m.
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