[Zope-dev] How to confuse the publishing process
Steve Spicklemire
steve@spvi.com
Thu, 23 Nov 2000 13:09:56 -0500 (EST)
Hi Chris,
OK... you need to tell us where the index_html's are and what they have
in them! ;-)
Do you have a
<dtml-var folderx>
somewhere?
-steve
>>>>> "Chris" == Chris Withers <chrisw@nipltd.com> writes:
Chris> If you go to a URL that ends in a folder, you get the
Chris> index_html in that folder, right?
Chris> Well, yes and no...
Chris> If you go to: http://server.com/folder1/folder2/folder1
Chris> ...where folder1 is a folder in your Zope's root, folder2
Chris> is contained in folder1, but doesn't itself contain a
Chris> folder1 (so the last folder1 in the url is also the first
Chris> one, just acquired), Zope returns the following:
Chris> <html><head> <base
Chris> href="http://localhost:8080/testnav/normaltest/testnav/">
Chris> </head>
Chris> <body> <Folder instance at 014B3D80> </body> </html>
Chris> So, what's going on here? why no index_html rendering?
Chris> cheers,
Chris> Chris
Chris> _______________________________________________ Zope-Dev
Chris> maillist - Zope-Dev@zope.org
Chris> http://lists.zope.org/mailman/listinfo/zope-dev ** No cross
Chris> posts or HTML encoding! ** (Related lists -
Chris> http://lists.zope.org/mailman/listinfo/zope-announce
Chris> http://lists.zope.org/mailman/listinfo/zope )