Hi,
recently I had faced the same problem. Solution is:
in httpd.conf:
-
>>after the line
ClearModuleList
>>add this...
AddModule mod_php4.c
--
Serge.
"Robert Schulz" <[EMAIL PROTECTED]> wrote in message
11BC2791A87DD411A6090080C86B1F31331E06
Thanks,
Problem is solved. But I found the needed note only at the PHP site not at
the local install "readme".
Serge
"Serge Yatsenko" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I've installed Ap
Hello,
I've installed Apache 13.22 and it works. Then I installed PHP410 and
configured the config httpd.conf as this:
--
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
--
Also I ha