To add more context, you probably would have to get an entry point(rather 
than having two entry points) and from within this entry point, you would 
be able to redirect traffic as you want.

On Monday, January 27, 2020 at 12:10:27 PM UTC-5, Olu wrote:
>
> Actually, this is the expected behavior with the PHP 7. As explained in 
> this documentation[1], the only acceptable value for the script element in 
> the App.yaml file is "auto" because all traffic is served using the 
> entrypoint command. The PhP 7 Runtime simply wants you to have a Front 
> Controller[2] in your application which would handle all routing within 
> your application. You can view a sample implementation of the front 
> Controller in this doc[3]. 
>
> Similar issue was actually discussed on this Stackoverflow Thread[4]
>
> [1]
> https://cloud.google.com/appengine/docs/standard/php7/config/appref#handlers_script
> [2]
> https://cloud.google.com/appengine/docs/standard/php7/php-differences#migrating_your_appyaml_file
> [3]
> https://cloud.google.com/appengine/docs/standard/php7/runtime#application_startup
> [4]
> https://stackoverflow.com/questions/54259307/google-cloud-app-engine-app-yaml-php72-issue-with-routing
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b79cd2d6-2108-4bed-aa6b-bfee6271d1b7%40googlegroups.com.

Reply via email to