4 Feb
2000
4 Feb
'00
1:39 p.m.
Chris, At 12:30 Uhr +0000 04.02.2000, Chris Withers wrote:
The other approach is to have all files end in .html. This has it's advantages in that you kindof need to do it for search engines to index those pages anyway, which leave index_html. Is there any way you can tell Zope to look for index.html instead of index_html?
you can simply create a dtml-method index.html, copy the content from your index_html there and place only a <dtml-var index.html> in index_html. Jochen