google app engine - Connecting AppEngine Module to a custom DNS -


i've been having troubles trying connect module custom domain.

i works on appspot domain not on custom domain.

e.g.

http://m.myappname.appspot.com calls dispatch.yaml file routes request mobile frontend

but

http://m.myappcustomdomain.com serves default module (app.yaml)

any highly appreciated.

thanks

you entry in dispatch.yaml file:

  - url: "m.myappcustomdomain.com/*"     module: your_mobile_module 

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -