我需要将Differents域路由到我的主GAE应用程序-> example.appspot.com
。
例如:
example2.example.com will route to -> example.com
example3.example.com will route to -> example.com
example2.example.com will route to -> example.com/application2
example3.example.com will route to -> example.com/application3
example,example2和example3是三个完全不同的域。 我阅读了有关dispatch.yaml的内容,但无法使其正常运行! :/ (需要路由,而不是重定向)
几天前,我在*.example.com
的DNS注册商网站上添加了Google,当我看到自己的Appengine中的“设置”时,我只会看到www.example.com和example.com,而不是* .example .com。
没关系?这一直很正常吗?我也需要在Google上手动添加它吗?
如果我转到randomString.example.com
,则google提示我:
404. That’s an error.
The requested URL / was not found on this server. That’s all we know.
答案 0 :(得分:1)
您需要在dispatch.yaml中配置子域,然后进行部署:
https://cloud.google.com/appengine/docs/standard/php7/reference/dispatch-yaml