在App Engine标准环境中重写条件和规则

时间:2019-07-03 11:16:56

标签: google-app-engine google-app-engine-php

Iam正在计划使用标准环境将PHP应用程序迁移到GAE。

我有一个htaccess文件中的RewriteCond和Rule,并且想对我的GAE实例使用相同的规则。

我是nginx和GCP的新手,但知道自己的做法。

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]*)$ index.php/?campaign=$1 [L,QSA]

0 个答案:

没有答案