you're using relative links, that's your problem. you should use fully qualified links (like http://<mysite>/folder_x) instead. if you had used anything but zope your links would have failed completely the way they are right now, zope 'masks' the error by finding the desired content through acquisition. jens
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Robert Geiger Sent: Sunday, January 30, 2000 12:27 To: Zope Subject: [Zope] Question on Folder Structure strategy...
I have noticed strange behavior when browsing my web site as I build it.
For example, take this structure:
\-- \Folder1 \Folder2 \Folder3
I make a web page with an index on the left side for ALL PAGES
Folder1 Folder2 Folder3
Which are links of the form <a href="Folder#">Folder#</a>
If I consecutively click through these links, the browser shows my current page as follows
<Click> Folder1, http://Folder1 <Click> Folder2, http://Folder1/Folder2 <Click> Folder3, http://Folder1/Folder2/Folder3
This is NOT what I intend, nor will the second or third work if bookmarked that way. What am I doing wrong???
Thanks in advance for your assistance.
_______________________________________________ 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 )