I've followed numerous tutorials in attempting to get php working with apache, but to no avail. Apache works perfectly but php still fails.
I altered the httpd.conf file as follows.
---------added----------
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd php .phtml .php
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php/php.exe"
I would be very grateful if someone could inform me if any of this is wrong or if I'm missing anything.
any other advice???