Advertisement
Guest User

Untitled

a guest
May 3rd, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ----------------
  2. #| Directory: |#
  3. ----------------
  4. -project
  5. -css
  6. -img
  7. -js
  8. app.yaml
  9. home.php
  10.  
  11. --------------------
  12. #| app.yaml code: |#
  13. --------------------
  14. runtime: php55
  15. api_version: 1
  16.  
  17. handlers:
  18. - url: /(.+\.php)$
  19. script: \1
  20.  
  21. - url: /css
  22. static_dir: css
  23.  
  24. - url: /img
  25. static_dir: css
  26.  
  27. - url: /js
  28. static_dir: css
  29.  
  30. - url: /forums
  31. static_dir: forums
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement