php文件不能解析,第1张

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

LoadModule "php静态库名so"

找到

<IfModule alias_module>

#在此标签末尾加上php的路径映射

ScriptAlias /cgi-bin/ "/Apache Software Foundation/Apache22/cgi-bin/"

ScriptAlias /php/ "/php-526-Win32/"

</IfModule>

<IfModule mime_module>

#

# 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-cgiexe"

</IfModule>

这说明网站所在服务器不支持php。比如说服务器是windows系统的,但却没有安装php的支持插件,就会出现这样的情况(这时候php文件会被当作二进制文件进行下载,然后就会显示出里面的源码)。如果服务器是Linux系统,那它默认就是支持php的。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » php文件不能解析

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情