我是一个简单的文件夹结构,
main
|__core
|__start.php
|__bootstrap.php
js
|__file.js
css
|__file.css
index.php
现在,file.js
xhr request
使start.php
转为app.yaml
,我发现了500错误。
这是我的runtime: php55
api_version: 1
handlers:
- url: /
script: index.php
- url: /js
static_dir: js
- url: /css
static_dir: css
:
- url: /main/core/.*
script: start.php
现在我不确定我是否也想这样做:
<style>
顺便说一句,这对我来说似乎并不完全合法。