I have followed the installation guide for installing Apache 1.3.14 and PHP 4.3.3 on a Windows XP machine (SP2). I am able to view html pages, but not php.
My httpd.conf file contains
ScriptAlias /php/ "E:/DevTools/PHP/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe"
Where E:/DevTools/PHP/ is the directory containing PHP.
When I try and use a PHP page I get "No input file specified." Any ideas why?