【发布时间】:2011-02-21 10:35:36
【问题描述】:
我在 GoDaddy 购买了一个域名并设置了一些子域,即:
www.example.com
status.example.com
store.example.com
我想在一个帐户下在 AppEngine 上创建三个应用程序,即:
example.appspot.com
status.appspot.com
store.appspot.com
我想将每个域指向不同的应用程序,即:
www.example.com -> example.appspot.com
status.example.com -> status.appspot.com
store.example.com -> store.appspot.com
问题是,我需要做些什么来设置它?
我是否注册了谷歌应用程序并将 example.com 添加为我的域,然后以某种方式将其链接到我的 appengine 帐户,子域是否会被识别为属于我的帐户,还是我必须这样做做一些额外的工作来设置这些?
【问题讨论】:
标签: google-app-engine google-apps