[imp] small problem with php3

Anil Madhavapeddy anil@recoil.org
Mon, 26 Feb 2001 09:01:52 +0000


Quoting Paul Juliano <paul@edsamail.com.ph>:

>     AddType application/x-httpd-php3 .php3
>     AddType application/x-httpd-php3-source .phps
                                  ^^^^
That portion means that you are trying to invoke PHP3 to handle the .php3 
scripts, instead of PHP4.  Remove these lines since you don't have PHP3.

>     AddType application/x-httpd-php .php

... and add in '.php3' to the end of the above line to make PHP4 handle 
the .php3 extension.

>     AddType application/x-httpd-php-source .phps

-- 
Anil Madhavapeddy, <anil@recoil.org>