php3显示源代码,php可以用

php3显示源代码,php可以用

httpd.conf中php3前面的注释我已经去掉了,为什么还是打不开呢,php我已经和apache整合了,而且以php为后缀的文件可以找开      
在application里加上.php3的扩展。      
# AddType allows you to tweak mime.types without actually editing it, or to
    # make certain files to be certain types.
    #
    # For example, the PHP 3.x module (not part of the Apache distribution - see
    # http://www.php.net) will typically use:
    #
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    #
    # And for PHP 4.x, use:
    #
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
我已经打开php3的注释,没用。如果我加上这句的话:
  AddType application/x-httpd-php.php3
那apache就不能启动      
你可以在.php后面加上 .php3应该是可以的      
AddType application/x-httpd-php .php .php3      
我用了个笨办法,把php4和php3都装了,现在已经好了.      
[QUOTE]最初由 zsj30848514 发布
[B]我用了个笨办法,把php4和php3都装了,现在已经好了. [/B][/QUOTE]

都装?没见过诶:eek:      
按照上面的说法去做果然方便,以后有问题还请大家多指教