Google Appengine & google Apps - mapping www.mydomain.com to my-app-id.appspot.com

前端 未结 3 1131
醉话见心
醉话见心 2020-12-28 20:04

This must have been discussed number of times.. but honestly i did so much googling around but it is impossible find a proper answer.

First i built an app using appe

3条回答
  •  旧时难觅i
    2020-12-28 20:55

    Not having bought a domain through Google, I don't know if they provide DNS configuration. But what you need to do is to configure the DNS for your domain, so that it has a CNAME entry for the subdomain(s) you want to point to your application. It would look something like this:

    Subdomain | Type  | Data
    www       | CNAME | ghs.google.com.
    

    Then, in the App Engine part of the Google Apps administration for your domain, you would click "Add new URL" and put "www" in the text box and press "Add".

提交回复
热议问题