页面更改问题[google-app-engine] [php]

I am a beginner in gae. In this moment I'm doing a test

On my index.php I have Link

But does not redirect to target....

I am not using routes.

How to do make it work

I already configured the app.yaml in various way.

I defined static_dir, static_file

like a teste, i changed the file 'segundaPagina.php' to contain only a variable $nome='victor';

in index use a require to call 'segundaPagina.php' and I print $nome... work whithout no problem.

My impression is that the settings of security are blocking the page change.