为什么我在运行项目时在Apache NetBeans中的php代码显示“无法到达此页面”错误?

时间:2019-01-06 05:46:01

标签: php netbeans-8

我安装了Apache NetBeans来学习PHP,但是当我运行Project时, index.php文件,Internet Explorer显示:“无法访问此页面”错误。 PHP代码将如何在Apache NetBeans IDE 10.0中运行

我认为PHP项目的配置中可能存在问题,但我不知道如何解决。

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
    <?php
        echo "Hello";
    ?>
    </body>
</html>

我希望显示enter image description here的hello输出,但显示“无法达到页面错误”

0 个答案:

没有答案