Can I change the default document to index.html???
Has anyone figured out how to change the default document from index_html to index.html? To use products like Dreamweaver which only recognizes Zope objects with exstensions, the only recommendation I've found is to put the code in a DTML document called index.html and put "<dtml-var index.html>" in a DTML method called index_html. Walter
On Fri, Sep 07, 2001 at 08:17:08AM -0700, Walter Miller wrote:
Has anyone figured out how to change the default document from index_html to index.html?
This is one of the oldset FAQs. Search HOWTOWs on zope.org :) Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
If you want to use index.html go ahead and for all index.html add a index_html DTML method that looks like this or something: <dtml-var index.html> ----- Original Message ----- From: "Walter Miller" <wmiller@mediaone.net> To: <zope@zope.org> Sent: Friday, September 07, 2001 5:17 PM Subject: [Zope] Can I change the default document to index.html???
Has anyone figured out how to change the default document from index_html to index.html?
To use products like Dreamweaver which only recognizes Zope objects with exstensions, the only recommendation I've found is to put the code in a DTML document called index.html and put "<dtml-var index.html>" in a DTML method called index_html.
Walter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Oleg Broytmann -
Peter Bengtsson -
Walter Miller