I have the CVS version of LocalFS. As for a solution to my problem, I resolved it by defining the 'default_document' property as blank.html, which I create in each target local directory with 'touch blank.html' -----Original Message----- From: Andreas Heckel [mailto:andreas@easyleading.org] Sent: Tuesday, June 08, 2004 16:42 To: Samir Mishra Cc: 'zope@zope.org' Subject: Re: [Zope] LocalFS - Allow View of Files, Disallow Browse of directories What version are you using? Try to checkout the cvs version at: http://cvs.easyleading.org/browse/LocalFS/LocalFS.tar.gz?tarball=1 Greetings Andreas Heckel http://www.easyleading.org/ Samir Mishra wrote:
Hello all,
I'm trying to set up LocalFS folders in Zope that will allow anonymous users to access contents of individual files in the folder, but they will not be able to browse the directory. Something like Apache, and what it does with the icons directory.
Thanks.
Samir