Make sure this line is in your httpd.conf file:
AddType application/x-httpd-php .php .php3
This should allow PHP to parse both *.php and *.php3 scripts.
hth
- Cary
"Sure I'm paranoid but am I paranoid enough?"
Lars Lindgren A wrote:
> 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]