你的apache没有配好!
==============================
在httpd.conf的最后加上以下!
=============================
## BEGIN PHP CONFIG
ScriptAlias /php3/ "c:/php/"    
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php3-source .phps
Action application/x-httpd-php3 /php/php.exe
## END PHP CONFIG
=================================
详细参数请按安装实际路径

解决方案 »

  1.   

    foxe(火狐),试了,不行~~阿我的php4.2.3 apache1.3.19
      

  2.   

    启动Apache 有何错误显示没?
      

  3.   

    AddType application/x-httpd-php3 .phtml
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3 .php
    AddType application/x-httpd-php3-source .phps
    Action application/x-httpd-php3 /php/php.exe
    把以上的3全去掉就成了
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    Action application/x-httpd-php3 /php/php.exe