我想用google 云 </跨度> 平台到 主办 </跨度> 我的网站(一些文件只有html和一些文件与PHP)。但它只显示index.html页面没有任何图像,所有链接都没有工作。我认为我的app.yaml文件不正确。
案例背景:
我正在使用谷歌 云 </跨度> sdk在我的Mac中。gcloud app deply(这是部署我的网站的命令)
这里有app.yaml文件:
运行时:php55api_version:1
处理:
你需要添加 static_dir或static_files元素 app.yaml中的处理程序。
使用static_dir,例如:
runtime: php55 api_version: 1 handlers: - url: / script: index.html - url: /images static_dir: images