我在根文件夹中有两个文件。IE。index.php
而且看起来像这样signup.php
,app.yaml
application: testcboy
version: 1
runtime: php
api_version: 1
threadsafe: yes
handlers:
- url: /css
static_dir: css
- url: /js
static_dir: js
- url: /img
static_dir: img
- url: /.*
script: index.php
问题是,当singup.php
从主页(index.php
)的链接被点击时,只有地址栏的 url 发生变化,但页面保持不变的主页(index.php
)。