[Zope] preventing direct access to scripts
Dieter Maurer
dieter@handshake.de
Wed, 10 Jul 2002 19:48:37 +0200
John Doe writes:
> How can I block direct access to scripts in a certain
> directory? Users should only be able to use a script
> 'through' a page template, but not directly.
You may use a SiteAccess AccessRule in your Folder.
It can check whether it would like to pass the request (e.g. for
"manage" functions) or block it.
Recently, I saw a product mentioned in the mailing list which
seems to have a similar purpose. Maybe, you search the mailing
list archives...
Dieter