【发布时间】:2020-03-18 11:35:55
【问题描述】:
我有示例 app.yaml,但在完成部署后尝试查看链接时出现此错误:
This xxxxxxx.appspot.com page can’t be found
No webpage was found for the web address:
http://xxxxx.appspot.com/index.php
APP.YAML 设置:
runtime: php55
api_version: 1
handlers:
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg))$
static_files:
upload: .+\.(gif|png|jpg)$
application_readable: true
# Serve php scripts.
- url: /(.+\.php)$
script: index.php
目录中的文件是:
app.yaml
index.php
post.php
pic.PNG
【问题讨论】:
标签: php google-app-engine yaml