Re: [OT] php3 app on php4

From: Sagi Bashari (sagiba_at_nonexisting.hamakor.org.il)
Date: Mon 12 Jul 2004 - 20:17:21 IDT


On Mon, 12 Jul 2004 18:19:18 +0300, Ira Abramov
<lists-linux-il_at_ira.abramov.org> wrote:
> I hoped the only thing necessary would be to add this to my Apache's
> conf:
> AddType application/x-httpd-php .php3
> and the PHP4 engine would parse the pages, but apperently it's broken...
> I get a blank page with no errors.
>
> has anyone got a clue?

Is it really a blank page? try doing a "view source", my guess is that
you will see the PHP code there, which means the PHP code isn't
interpreted.

Does it work with normal PHP files (*.php)? if yes, the AddType line
is sufficient. If not - you probably forgot to load the module (using
the LoadModule/AddModule directives).

Oh and ofcourse, did you restart apache?

> much appreciated,
> Ira.

Sagi

=================================================================
To unsubscribe, send mail to linux-il-request_at_linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request_at_linux.org.il



This archive was generated by hypermail 2.1.7 : Mon 12 Jul 2004 - 20:27:26 IDT