Skip to content
Advertisement

Tag: front-controller

php72 dynamic url routing with front controller via entry point standard not working Google App Engine [GAE]

My dynamic URL is not reading on my website on GAE, cause I want to use the incoming GET to query my database. As it stands, Php72 does not allowing routing from app.yaml must be from front controller via entry point which the default is publichtml/index.php or index.php. I changed mine to worker.php. The listing.php URL below is the dynamic

Advertisement