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 folder 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_url?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.

_______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )

Reply via email to