Hi there,

I'm wondering how to publish subdomain to user like
'mydomain.jottit.com' or 'mydomain.infogami.com'.

Only thing I suppose is needs of web server's mod_rewrite rule.

Could you tell me about this technique? or searching term.

If url is

url = (
    '/(.*)', 'userhome',
)

class userhome:
    def GET(self, user):
         ...

web server rewrite 'myid.mysite.com' to 'mysite.com/myid' ?






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to