Guest User

Untitled

a guest
Oct 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. runtime: php55
  2. api_version: 1
  3.  
  4. handlers:
  5. # Serve images as static resources.
  6. - url: /(.+.(gif|png|jpg))$
  7. static_files: 1
  8. upload: .+.(gif|png|jpg)$
  9. application_readable: true
  10.  
  11. # Serve php scripts.
  12. - url: /(.+.php)$
  13. script: 1
  14.  
  15. # Serve php scripts.
  16. - url: /directory/
  17. script: /directory/index.php
Add Comment
Please, Sign In to add comment