You should add the php3 extension in your httpd.conf:
ScriptAlias /php/ "d:/php/"
AddType application/x-httpd-php .php .phtml .php3
Action application/x-httpd-php "/php/php.exe"
or apache module:
LoadModule php4_module d:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .phtml .php3
I'm sorry if this is not what you asked for.
Chris
----- Original Message -----
From: "Lars Lindgren A (ERA)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 12:21
Subject: [PHP-INST] debian php problems
> Hello!
>
> I'm using the debian 2.2 potato, and have installed apache, mysql, and
php4.
> My problem is that i need to be able to run .php3 on this box as well.
> When i us the
> <?php
> phpinfo()
> ?>
>
> it works just fine, but the i try to use php3, it just shows me the source
code.
> (i guess this is a mime problem, but im not sure)
> i can view the page if i change attribute to .php , but then all the
scripts bail out, since they call blablabla.php3, and now its called
blablabla.php
>
> /Lasse
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
*******************************************************************
This message may contain information which is confidential and subject to legal
privilege. If you are not the intended recipient, you may not peruse, use,
disseminate, distribute or copy this message. If you have received this message in
error, please notify the sender immediately by email, facsimile or telephone and
return and/or destroy the original message.
*******************************************************************
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]