I've tried installing on Apache 2.0, added the requisite three lines to my conf.httpd file, but no luck. Lines I'm adding:
AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" SetEnv PHPRC C:/php Also had before this the script alias line: ScriptAlias /php/ "c:/php/" Still, when I execute a php page on the local host, it just reads as a text file! Please help!