1 May
2003
1 May
'03
5:08 p.m.
Use AccessRules to do this. Or there is a product called Path Handler I believe from NIP that will do this for you. martin f krafft wrote:
i'd like to realise the following:
http://server.url/people/krafft
should call the DTML or ZPT script at /people and pass it the value krafft. in a CGI, i could do this with PATH_INFO. in Zope, the only way I can imagine is place a custom standard_error_template into /people which then does the magic, but this is an ugly hack.
http://server.url/people?user=krafft
is not really acceptable...
thanks.