I have problem with a app.yaml and php72
I'm using:
runtime: php72
handlers:
- url: /src
static_dir: src
- url: .*
script: auto
My index.php is ok, (bootstrap, jquery, ... they are ok)...
on index.php have a form whose action="login/trataLogin.php"
but does not run my code in login/trataLogin.php...
Apparently the app.yaml not release this file...
Can someone help me