|
|
发表于 2004-12-30 13:59:31
|
显示全部楼层
Post by dragonchina
为什么我调的apache2.0+php4.3光显示源代码,不解析,都是最新版的程序apache也配置出来了,就是php光显示源代码。
如果你的php装好了的话就应该是在apache中没有编辑/apache/conf/httpd.conf
应该在这个文件中的DirectoryIndex后加上 index.php index.jsp
加一行 AddType apllication /x-httpd-php .php .phtml .php3 .inc 试一下,如果不行就去看下别人的文章apache+mysql+php的安装和配置,很多这样的文章的:) 我也才开始学 :p |
|