doupeizheng3918 2014-02-11 19:23
浏览 31
已采纳

在Google App Engine根目录yaml上使用PHP

What app.yaml file do I need to be able to upload default.php, page1.php, etc. without defining every file in app.yaml? Thank you!

  • 写回答

1条回答 默认 最新

  • dongwei9365 2014-02-11 19:25
    关注

    Recently updated documentation https://developers.google.com/appengine/docs/php/config/appconfig:

    # Serve php scripts.
    - url: /(.+\.php)$
      script: \1
    

    Will serve all php scripts.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?