Skip to content

Instantly share code, notes, and snippets.

@cnevinc
Last active January 2, 2016 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnevinc/8294035 to your computer and use it in GitHub Desktop.
Save cnevinc/8294035 to your computer and use it in GitHub Desktop.
application: helloworld
version: 1
runtime: php
api_version: 1
handlers:
- url: /stylesheets #當GAE收到http request帶有"stylesheets"字樣的URL時
static_dir: stylesheets #,會去"stylesheets"這個資料夾找相對應的資源顯示給使用者
- url: /.* #除此之外,其他的request
script: helloworld.php #都會由helloworld.php來處理
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment