How to handle "special" sub-directories
Hi, I have a website where members can sign up. I want to give each of my members their own URL, in the format www.website.com/member_name But I don't want to create a Zope document for each member. Instead, I want to be able to find out what the member name is, and then fetch some data in my database based on the member name and then display it. 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 ? Thanks. Rémi. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
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
participants (2)
-
Chris Withers -
Remi Delon