Try with apache 2 family, Apache foundation consider that apache 1.3 is not stable under Windows.
B. Le lun 20/10/2003 à 23:46, STephen Montsaroff a écrit : > Hi -- > > 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?