On Sat, 2004-08-07 at 05:08, Chris Montgomery wrote: > Howdy, > > New to the list, new to PHP (also new to Apache). Have a problem > running PHP on my local development server. Here's my environment: > > Windows XP Pro > Apache 2.0.50 (confirmed working), installed in e:\Programs\Apache\Apache2 > (running as a service) > PHP 4.3.7, installed as CGI in e:\php > > I suspect I have a config problem with Apache's httpd.conf file. I can > run PHP at the command line but am not able to run a test file at > http://localhost/test.php (test.php is at > e:\Programs\Apache\Apache2\test.php). > > I do not (yet) have any PHP extensions installed. Looking for ideas > for getting PHP running thru the web server. Any hints greatly > appreciated.
You do not tell us what error you had? If it was that the web page could not be found, then it is probably that you have put your test.php in your Apache installation directory rather than in the directory specified by DocumentRoot in you httpd.conf file. Please let us know how you get on. Hope this helps. Chris