[Zope-dev] How to confuse the publishing process

Chris Withers chrisw@nipltd.com
Thu, 23 Nov 2000 17:45:14 +0000


If you go to a URL that ends in a folder, you get the index_html in that
folder, right?

Well, yes and no...

If you go to:
http://server.com/folder1/folder2/folder1

...where folder1 is a folder in your Zope's root, folder2 is contained
in folder1, but doesn't itself contain a folder1 (so the last folder1 in
the url is also the first one, just acquired), Zope returns the
following:

<html><head>
<base href="http://localhost:8080/testnav/normaltest/testnav/">
</head>

<body>
<Folder instance at 014B3D80>
</body>
</html>

So, what's going on here? why no index_html rendering?

cheers,

Chris