虚拟目录我都设对了 而且在Internet服务管理器上浏览都是这个错
源文件:
<html>
<head>
<title>Welcome</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><body bgcolor="#FFFFFF" text="#000000">
<?php
  echo("Coming Soon....");
?></body>
</html>
在浏览器里显示的内容是:
X-Powered-By: PHP/4.0.4pl1 Content-type: text/html Coming Soon.... PHP Warning: Cannot open '' for reading in Unknown on line 0 是不是php4.0.4本身的问题 我在php.ini文件里看到好像总要在页面上显示X-Powered-By: PHP/4.0.4pl1 Content-type: text/html 这句
就是用phpinfo()在页的最上面也是有X-Powered-By: PHP/4.0.4pl1 Content-type: text/html