Hai, Please help me to solve the below mention Issue.
My PHP google cloud application pages are not opening. app.yaml runtime: php55 api_version: 1 threadsafe: true handlers: - url: /phpinfo script: phpinfo.php - url: /clock/ static_dir: clock/ - url: /fonts/ static_dir: fonts/ - url: /js/ static_dir: js/ - url: /assets/ static_dir: assets/ - url: /ajax/ static_dir: ajax/ - url: /stylesheets/ static_dir: stylesheets/ - url: /ajax.googleapis.com/ static_dir: ajax.googleapis.com/ - url: /.+ script: about.php - url: / static_files: static/*test.html* upload: static/*test.html* *about.php* page is working but when I am trying to open *test.htm*l is redirecting to about.php only My code <a href="test.html" target="_blank">TEST</a> Please help me to solve this error. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/90397d46-1a14-490a-9ad0-509d7d4093b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
