Somewhere in the apache configuration file you will find something like
this...
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
</IfModule>
To include the old .php3 extension make it look like this...
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
</IfModule>
On Thu, 30 May 2002, The Gabster wrote:
>-Hello all...
>-
>-I have Apache 2.0.35 and PHP 4.2.0 on a win2k machine... Everything works
>-fine, etc. The question I have, how can I configure PHP (or Apache?) to
>-support (and run) .php3 extension files?
>-
>-Thanks a lot,
>-Gabi.
>-
>-
>-
>---
>-PHP General Mailing List (http://www.php.net/)
>-To unsubscribe, visit: http://www.php.net/unsub.php
>-
**************************************
John Huggins
VANet
[EMAIL PROTECTED]
http://www.va.net/
**************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php