PHP代码不执行,PHP新手

时间:2010-10-21 04:22:47

标签: php ubuntu lamp

上周我开始玩LAMP Ubuntu,我没有遇到任何问题。今天有些代码没有工作,所以我尝试在index.php中运行它:

<?php phpinfo(); ?>

当我在浏览器中连接到localhost时,这不起作用,但它可以在localhost / testphp.php的testphp.php中运行

有什么建议吗?

由于

2 个答案:

答案 0 :(得分:1)

尝试将文件重命名为index.php

答案 1 :(得分:0)

如果您的意思是在访问http://localhost/时没有执行代码,那么您应该尝试添加
DirectoryIndex index.html index.php
到你的apache的conf文件。