14 Apr
2001
14 Apr
'01
5:54 p.m.
This is like transforming the URL www.website.com/member_name into www.website.com/unique_document?arg=member_name
How can I do that ?
Look at the PathHandler product on zope.org. Python Scripts on theri own might be able to do this too. Futz with the sub-traversal path or whatever it's called :-) cheers, Chris