phpinfo.php测试失败

发布网友 发布时间:2022-04-24 06:25

我来回答

3个回答

热心网友 时间:2022-04-12 11:40

html文件能访问说明web服务器是正常运行的,这个问题是由于你的apache服务器的脚本解释器没有配置好,

LoadMole "php静态库名.so"

找到

<IfMole alias_mole>
#在此标签末尾加上php的路径映射
ScriptAlias /cgi-bin/ "...../Apache Software Foundation/Apache2.2/cgi-bin/"
ScriptAlias /php/ "....../php-5.2.6-Win32/"
</IfMole>

<IfMole mime_mole>
#
# TypesConfig points to the file containing the list of mappings from
# filename extension to MIME-type.
#
.
.
.
#在下面加入MIME类型,服务器根据MIME类型来调用想用的脚本解释器

AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php

#AddHandler php5-script php, 我这里用的是windows
Action application/x-httpd-php "/php/php-cgi.exe"
</IfMole>

热心网友 时间:2022-04-12 12:58

看看你设置的路径是不是php指定的路径
如果出现404就是找不到文件,可能是你的目录配置的不对

可以到C:\Program Files\Apache Software Foundation\Apache2.2\conf这个目录下的httpd.conf
修改DocumentRoot为你phpinfo.php存放的目录

然后重启apache,试下

热心网友 时间:2022-04-12 14:33

安装的时候没有成功,目录不可写,你检查 windows 目录是否可写

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com