Subject Re: [firebird-php] Slightly OT :: Apache 2 + PHP 4 on Win32
Author Helen Borrie
At 07:20 AM 24/08/2004 -0700, you wrote:
>Took a second to get it running...try this:
>
>php4ts.dll -> system32
>
>edit the php.ini to point the extensions and includes to where ever they
>the php folder is and place php.ini in the windows root.
>
>edit apache.config:
>
> LoadModule php4_module c:/php/sapi/php4apache2.dll
> AddType application/x-httpd-php .php
>
>restart apache

Thanks, Ileo. Actually, I already tried all variations of this, having
spent most of last night reading all of the board archives. What finally
did it was to reinstall Apache 2.0.50 and run the Easy php installer that
Philippe suggested. I had to disable the mmcache to make it go, but it
went. :-))

Thanks all for the help.

Helen