yes, thats easy in GAE Python should be similar in Java too (i guess)
the URL supports vars as described below - http://code.google.com/appengine/docs/python/config/appconfig.html#About_app_yaml URL and file path patterns use POSIX extended regular expression syntax, excluding collating elements and collation classes. Back- references to grouped matches (e.g. \1) are supported, as are these Perl extensions: \w \W \s \S \d \D (This is similar to Codesite search, plus back-reference support.) cheers. On Oct 16, 9:09 pm, Massimiliano <[email protected]> wrote: > Dear All, > I'm trying to build a website and I need to give my user > a domain myapp/userdomainname, in order to provide a url that match with > their homepage. How can I do this? Is there a way to manage the URL? I can't > find documentation, could someone help me? > I need to use the URL name as a var. > > Regards > > Massimiliano > > -- > > 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.
