如果在某 GAE 程序根目录下,已经存在 script 文件,那么还能同时浏览根目录下的 html 吗?

2 views
Skip to first unread message

Maxime

unread,
May 30, 2009, 10:36:17 PM5/30/09
to GAE Shanghai
如题,详细解释一下:

假如一个 GAE 项目,已经在 app.yaml 中为 “/” 指定了对应的 script 文件,那么,我还能实现类似
id.appspot.com/xxx.html 这种形式的访问吗?

希望得到解答。

KJ

unread,
May 30, 2009, 10:42:38 PM5/30/09
to GAEsh...@googlegroups.com
html写在script前面,

- url: /xxx.html
static_files: medias/xxx.html
upload: medias/xxx.html

- url: /.*
script: main.py


2009/5/31 Maxime <wang...@gmail.com>:

Reply all
Reply to author
Forward
0 new messages