[Zope] problems rendering objects stored in the local file system

2005-04-27 Thread Dennis Allison
I am having trouble figuring out how to get Zope to access and render html and images files properly in the following context: In the local file system (that is, the Linux file system to be explicit) I have a collection of directories each containing an index.html file consisting of HTML and a

Re: [Zope] problems rendering objects stored in the local file system

2005-04-27 Thread Andreas Jung
--On Mittwoch, 27. April 2005 19:57 Uhr -0700 Dennis Allison [EMAIL PROTECTED] wrote: In the local file system (that is, the Linux file system to be explicit) I have a collection of directories each containing an index.html file consisting of HTML and a collection of image files (*.jpg, *.gif,

Re: [Zope] problems rendering objects stored in the local file system

2005-04-27 Thread Cliff Ford
You have at least two choices: 1. Use apache and don't fetch index.html and the images through zope. Most installations use apache in front of zope, so this is just a matter of rewrite rules. 2. Use an External Method and make each image src attribute a function call, passing the image url as