Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------
- #| Directory: |#
- ----------------
- -project
- -css
- -img
- -js
- app.yaml
- home.php
- --------------------
- #| app.yaml code: |#
- --------------------
- runtime: php55
- api_version: 1
- handlers:
- - url: /(.+\.php)$
- script: \1
- - url: /css
- static_dir: css
- - url: /img
- static_dir: css
- - url: /js
- static_dir: css
- - url: /forums
- static_dir: forums
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement