instead of php4.c just use
LoadModule php4_module C:/php/sapi/php4apache.dll
and then offcourse register the file types
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .php3
    AddType application/x-httpd-php .phtml
    AddType application/x-httpd-php-source .phps
i am using the same configuration and it works for me
"Rui Nuno Castro" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I installed php4.0.6 and apache 1.3.22 (as a service) on windows XP and
> followed the instructions to configure the httpd.conf file to load php as
an
> apache module (including the AddModule mod_php4.c instruction). I have
also
> copied the php4ts.dll file to the
> windows/system32 directory, but when I try to run any php script with the
> browser, I only get a blank page. It seems that apache doesn't send the
> script for interpretation by php (even though apache is loading the php
> module). Can anyone tell me what's wrong?
>
> Thanks,
> Rui
>
>
>
>



-- 
PHP Windows 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]

Reply via email to