PHP should be in your PATH. My solution was to add the entire PHP directory (for me: C:\Web\PHP5\) to the path. How to set the path and environment variables in Windows<http://www.computerhope.com/issues/ch000549.htm#1>
And this is my PHP configuration (for Apache 2.4, but it is basically the same): LoadModule php5_module "c:/Webserv/PHP5/php5apache2_4.dll" AddType application/x-httpd-php .php .php3 .php4 .php5 .phpx AddType application/x-httpd-php-source .phps # configure the path to php.ini PHPIniDir "C:/Webserv/PHP5" - Y On Fri, Dec 27, 2013 at 11:40 AM, Fred Miller <[email protected]>wrote: > I've tried following instructions for php5 with Apache server on Windows > XP. I've followed all the instructions for modifying the conf file, and > the dll file for php is in the php5 folder for php5apache2_2.dll but > every time I try to start the server it fails saying it can't find that dll > file. How can I get Apache to run php Web apps? > > Fred >
