Php 我能';不要在谷歌云中部署我的网站

Php 我能';不要在谷歌云中部署我的网站,php,html,deployment,Php,Html,Deployment,我用2个文件(updates.php和index.php)创建了一个普通网站 在index.php中,我写了以下内容: <? php echo "Welcome!" ?> <a href="updates.php">Click here to see our updates!</a> 然后我在updates.php中写道: <? php echo "You are in the updates&qu

我用2个文件(updates.php和index.php)创建了一个普通网站 在index.php中,我写了以下内容:

<? php
echo "Welcome!"
?>
<a href="updates.php">Click here to see our updates!</a>

然后我在updates.php中写道:

<? php
echo "You are in the updates"
?>
<h1>You are in the Updates page</h1>

您已进入更新页面
最后,我在控制台上编写了
gcloud app deploy
,但当我打开我的网站时,url就在那里,但它不带我去updates.php


请帮忙

单击链接时会发生什么情况?您是否检查了生成的HTML,以查看是否一切正常?PHP脚本必须以