[Zope] Generating non-existent documents on the fly?
Evan Simpson
evan@4-am.com
Wed, 20 Oct 1999 19:14:55 +0000
Stefan Hoffmeister wrote:
> Is there a way to generate non-existent documents on the fly - some kind
> of "rewriting" the target URL?
If what you want really is rewriting of the request, you could use an
Access Rule (from SiteAccess <plug> <plug>) to implement your rewriting
logic. This isn't really "generating non-existent documents" except in the
sense that all Zope dynamic content is.
Evan