Does Google App Engine recognize and use a .htaccess file?

后端 未结 1 1330
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 00:10

I\'m using Google App Engine Launcher to test my application locally on localhost:8080. I guess that the Google App Engine Launcher uses Python to run a server

相关标签:
1条回答
  • 2021-01-16 00:57

    Some code samples would be helpful. But from what I understand of Google App Engine, .htaccess is not directly supported and instead it uses the app.yaml file to accomplish much of what .htaccess provides.

    You might find the following links helpful for getting started https://developers.google.com/appengine/docs/php/gettingstarted/helloworld (assuming your working with PHP)

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

    0 讨论(0)
提交回复
热议问题