Google App Engine and domain name

前端 未结 5 997
囚心锁ツ
囚心锁ツ 2020-12-28 18:02

Here is the situation:

I own a Google Apps for Business account.

I have two domain names registered :

  • mycompany.com which is the principal do
5条回答
  •  轮回少年
    2020-12-28 18:43

    google app engine does not allow mapping naked domain. you can use a redirect from myapp.com to www.myapp.com.

    "Due to recent changes, App Engine no longer supports mapping your app to a naked domain. If your domain registrar supports URL redirects, you can redirect from http://yourdomain.com to e.g http://www.yourdomain.com or http://appid.yourdomain.com."

    http://code.google.com/appengine/kb/general.html#naked_domain

提交回复
热议问题