php<?phpinfo()?>源代码显示 ,求解决
window7下:php-5.2.2-Win32appache2.2.22。在httpd.conf中已经加入一下代码:ScriptAlias/php5/"c:/php5/...
window7下:php-5.2.2-Win32 appache2.2.22。
在httpd.conf中已经加入一下代码:
ScriptAlias /php5/ "c:/php5/"
AddType application/x-httpd-php5 .php
AddType application/x-httpd-php5 .htm
loadmodule php5_module c:/php5/php5apache2_2.dll
directoryindex index.html index.html.var index.php
还是不行,php<?phpinfo()?>显示源代码,求各位帮帮忙,小弟刚学,解决了加分 展开
在httpd.conf中已经加入一下代码:
ScriptAlias /php5/ "c:/php5/"
AddType application/x-httpd-php5 .php
AddType application/x-httpd-php5 .htm
loadmodule php5_module c:/php5/php5apache2_2.dll
directoryindex index.html index.html.var index.php
还是不行,php<?phpinfo()?>显示源代码,求各位帮帮忙,小弟刚学,解决了加分 展开
4个回答
展开全部
检查PHP路径是否正确,把PHP.INI拷到windows文件夹中
directoryindex index.html index.html.var index.php
改为
directoryindex index.php index.html
起始页index.php
phpinfo();
更多追问追答
追问
现在不显示源码,而是下载,怎么办呢
追答
说明PHP配置没有成功,所以PHP的没有解析,重启下APACHE
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
LoadModule php5_module "D:/Apmserv5/PHP/php5apache2_2.dll"
PHPIniDir "D:/Apmserv5/PHP/php.ini"
AddType application/x-httpd-php .php
<IfModule dir_module>
DirectoryIndex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml default.shtml
</IfModule>
你的配置有问题,上面的是正确的,你改下路径复制粘贴到你conf文件里,然后重启apache
PHPIniDir "D:/Apmserv5/PHP/php.ini"
AddType application/x-httpd-php .php
<IfModule dir_module>
DirectoryIndex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml default.shtml
</IfModule>
你的配置有问题,上面的是正确的,你改下路径复制粘贴到你conf文件里,然后重启apache
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
写错了吧?
是<?php phpinfo() ?>吧?
是<?php phpinfo() ?>吧?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在没有打开短标签的情况下··请用<?php phpinfo();?>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询