Hi, Am Tue, 20 Nov 2001 13:12:54 +0100 schrieb Oliver Bleutgen:
1. They are using index.html files. Never seen a Zope site doing that. It would be majorly weird.
http://multimedia.zawiw.uni-ulm.de/zope/
www.gemeinsamlernen.de and www.solill.net will migrate to this new server, but foreign links have to stay intact. So index.html has to be the name for the index files
Hmm, why don't you just drop an index.html in the root of the server,
which contains just something like:
<dtml-call "RESPONSE.redirect(PARENTS[0].absolute_url() + '/index_html')">
I just did it the other way round, thus enabling the users to use the common known index.html when creating the pages. You know, this was not an actual problem, only an exampel for a Zope server using index.html :-) Gruß, Markus -- You don't have to be Microsoft to suck... but it helps. (Tim Hammerquist in comp.lang.python)