How to do subdomain addressing on app engine with custom domain? -


How can I do something like API? [My website] .com on the app engine? I have a module named api.yaml with the following components:

  handler: - url:. * Script: api.application safe: always   

but when I try the API. [My website] .com in my browser, it works, but it loads the main page of my website. Handler [www. My website] is .com, which goes to my homepage ... though I would like a separate page for the API. [My website] .com Is this possible?

Thank you!

I think the solution api [my website]. To indicate Com [My website] .com / api /

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -