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

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 -

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

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -