【发布时间】:2011-07-10 21:23:47
【问题描述】:
我听说现在我们可以在 google app engine 上做通配符子域(我自己没有尝试过,但我相信这是一个新功能),但是我们可以有一个域指向它吗?
所以
new.example.com(有效?)
newexample.com -> new.example.com(这有效吗?newexample.com 充当 new.example.com)
我设想 newexample.com 的方式是这样的
newexample.com/blog 在 url 中,但应用引擎会支持它为 new.example.com/blog
我想我想强调的是,我不是在寻找域转发,newexample.com 只是将用户转发到 new.example.com
谢谢!
更新:澄清一下,我指的不是裸域,而是这样的网址
www.newexample.com/blog 可以作为 new.example.com/blog 或者更明确地说是 new.example.appspot.com /博客
【问题讨论】:
标签: google-app-engine dns subdomain