I am begginer in AppEngine with PHP. I am following this 
tutorial https://cloud.google.com/appengine/docs/standard/php/quickstart.

This is my code:

app.yaml:
runtime: php55
api_version: 1


handlers:
- url: /.*
  script: index.php


index.php:
<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>SOFTCLOUD - Hello Word PHP APPENGINE</title>
</head>
<body>
<?php
 echo 'Hola Mundo PHP en APPENGINE - STANDAR ENVIROMENT';
?>
</body>
</html> 

When I want to deploy in the local server the application doesn't show 
anything in chrome and Mozilla browser show a message in console.

Mozilla Message:

*"La codificación de caracteres del documento HTML no ha sido declarada. El 
documento se mostrará con texto "basura" en algunas configuraciones de 
navegador si el documento contiene caracteres externos al rango US-ASCII. 
La codificación de caracteres de la página debe ser declarada en el 
documento o en el protocolo de transferencia."*

Please, help me.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/2e304a8d-21b5-46d7-b9a6-0695a91895ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... WH NM

Reply via email to