[Zope-CMF] "/view" questions/problems ...
Dieter Maurer
dieter@handshake.de
Fri, 6 Sep 2002 20:05:09 +0200
Jean-Francois.Doyon@CCRS.NRCan.gc.ca writes:
> ...
> The problem now is that it seems /view
> does something funny to my paths.
"/view" does not do strange things with you paths:
It renders an action. Usually, the one called "view". If this is
not found, the first one accessible by the current user.
Read the URI specification: it tells you how relative path are interpreted.
Check what are the effective URLs that fail and try to understand why.
> I now get broken images in my documents
> that have images linked with "../" ...
You should *not* access images by relative URLs!
You defeat the caching potential for images which may drastically
slow down your site when viewed through a low bandwidth channel...
Dieter