运行php的时候 要么提示下载 要么提示拒绝显示网页
终于成功了不过还有个小问题http://localhost/index.php正常http://localhost下载index.html这是为什么...
终于成功了 不过还有个小问题
http://localhost/index.php 正常
http://localhost下载 index.html
这是为什么 展开
http://localhost/index.php 正常
http://localhost下载 index.html
这是为什么 展开
3个回答
展开全部
apache2.2的httpd配置中需要将PHP设置为可识别的脚本类型。
在httpd.conf中配置
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
PHPIniDir "c:/php"
然后重启apache2.2
--------------------------
http://localhost 下载 index.html是因为默认目录index使用的 index.html
在httpd.conf中修改
DirectoryIndex index.html变为下面内容
DirectoryIndex index.php index.html
在httpd.conf中配置
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
PHPIniDir "c:/php"
然后重启apache2.2
--------------------------
http://localhost 下载 index.html是因为默认目录index使用的 index.html
在httpd.conf中修改
DirectoryIndex index.html变为下面内容
DirectoryIndex index.php index.html
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有安装php环境吧你
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接下载PHP的运行环境。。。XAMPP。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询