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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -