of course with different SomeActionHandler
(Can I manage domain like a string?)

Thanks

2010/10/18 Massimiliano <[email protected]>

> I can change it like this:
>
> application = webapp.WSGIApplication([(r'/(.*)/someaction',
> SomeActionHandler),
>                                                           (r'/(.*)',
> SomeActionHandler)],
>                                                               debug=True)
>
> 2010/10/18 sodso <[email protected]>
>
> Thanks Robert !!!
>>
>> Massimiliano - That is the BEST method of accessing the parts of a URL
>> using regex groups and is highly flexible. Pls use what Robert suggested.
>>
>> Cheers !
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-appengine%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> --
>
> My email: [email protected]
> My Google Wave: [email protected]
>



-- 

My email: [email protected]
My Google Wave: [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en.

Reply via email to