Re: [PHP] configuring php and apache

2002-01-29 Thread Mike Maltese
Problems I see: First, use forward slashes! extension_dir = c:\windows\system32//points to where i located the php4ts.dll file This should be the folder that contains extension dll's. If you used the installer it will be "C:/php/extensions" (no quotes) or wherever you installed PHP.

Re: [PHP] configuring php and apache

2002-01-29 Thread Neil Freeman
Oh yeah... extension_dir should also have a trailing '\' I believe. Neil liz lynch wrote: > hi all, > i have installed php and apache on my home computer..i am running xp home edition. > the problem is that the php and apache are not working together. what i have done so >far: > > 1. configure

Re: [PHP] configuring php and apache

2002-01-29 Thread Neil Freeman
What problems/errors are you getting? Place the following code into a .php file under htdocs: and then enter something like http://localhost/xxx.php into your browser. Neil liz lynch wrote: > hi all, > i have installed php and apache on my home computer..i am running xp home edition. > the