On Thu, May 29, 2014 at 2:56 PM, Elizabeth Cox <[email protected]> wrote:
> I would like to know how I can point one of my module in App Engine to a > subdomain. For example: > module-one.myapp.appspot.com -> mydomain.com > module-two.myapp.appspot.com -> subdomain.mydomain.com > You'll need to use a dispatch file; the documentation is here: https://developers.google.com/appengine/docs/python/modules/routing Specifically, scroll down to the demonstration mapping for *customer1 . myapp . com*. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
