开发者

Google App Engine: How to create sub domain/ sub directory

开发者 https://www.devze.com 2023-02-06 15:14 出处:网络
being new to google app engine and a slow learner in the new python language, i would like to ask this question. On the main page (abc.appspot.com) i have a button (eg: About) and I want to create a s

being new to google app engine and a slow learner in the new python language, i would like to ask this question. On the main page (abc.appspot.com) i have a button (eg: About) and I want to create a sub domain where when i click on "about" , it will navigate me to abc.appspot.com/about

Tried playing ard with yaml (which i suspect i should be editing this) but there's error~ any guidance anyone can provide? thanks :开发者_JS百科)


for a sub directory just create an html in your war folder. After deploying you can go to yourapp.appspot.com/yourwebpage

if you need something more...

python: https://developers.google.com/appengine/docs/python/gettingstartedpython27/staticfiles

java: https://developers.google.com/appengine/docs/java/config/webxml

0

精彩评论

暂无评论...
验证码 换一张
取 消