我在应用引擎上创建了一个应用,并使用Google App将其与域相关联。它还运行了一个子域。
今天我添加了两个子域名,其中“ghs.googlehosted.com”作为域名的CNAME
我在子域nslookup -q=cname test.example.com
上进行了nslookup并获得了以下响应
Server:127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
test.example.com canonical name = ghs.googlehosted.com.
已经超过6小时,我仍然收到以下错误
The requested URL / was not found on this server. That’s all we know.
在日志中,我没有看到有任何要求进行播放。
答案 0 :(得分:1)
您可能忘记在您的appengine应用程序设置中添加子域。