Netbeans IDE mac osx Localhost无法正常工作

时间:2013-02-08 13:35:13

标签: php macos netbeans mamp

我在osx上的Netbeans IDE上收到以下错误:

Firefox can't establish a connection to the server at localhost:8888

网址为:

http://localhost:8888/PhpProject_130208/index.php

,代码是:

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Hope this works</title>
</head>
<body>
    <?php
    // put your code here
        echo "My first PHP script!";
    ?>
</body>
</html>

当我运行MAMP时,它表示MAMP已安装且正在运行&gt;

毋庸置疑,我是一个完整的n00b,我甚至不确定如何提问。我正在尝试在我的Mac上学习PHP并且已经做到了这一点。

我做错了什么,我在哪里可以学习如何正确设置?

1 个答案:

答案 0 :(得分:0)

相关问题