thanasis is right!!!
I myself had the same problem and spent quite a while to solve it. Took me some surfing over the web and each time the answer was as thanasis says. But it still didn´t work, I thought ..... turns out I´m a very stupid boy, because I had a trailing " somewhere in the ScriptAlias-line.
Anyway, I wanted to let you know that if this solution doesn´t work you probably made just a stupid type-error like me. When it still doesnt work, you might consider a new install (I heared a binary install, although more work, causes less problems).
thanasis wrote:
the problem is in httpd.cong
line:
Action application/x-httpd-php4 \"C:\webserver\php4\php.exe\"
create a scipt alias for php
e.x. /php/
and the put this alias to
Action application/x-httpd-php4 "/php/php.exe"
and the type is:
Action application/x-httpd-php4 not 3