我是第一次使用 Google App Engine。我正在尝试上传 CodeIgniter 网站,但问题是该网站中没有链接正常工作。每个链接,甚至 css 和 js 都会进入索引页面。
这是我的 app.yaml:
application: vatiali-dev
version: 1
runtime: php
api_version: 1
threadsafe: false
handlers:
- url: /css
static_dir: css/
- url: /js
static_dir: js/
- url: /fonts
static_dir: fonts/
- url: /.*
script: index.php