Re: [PHP] configuring php and apache

2002-01-29 Thread Mike Maltese
u installed PHP. doc_root = c:\program files\apache group\apache\htdocs Same thing about forward slashes here. Good luck! - Original Message - From: "liz lynch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 3:00 AM Subject:

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

[PHP] configuring php and apache

2002-01-29 Thread liz lynch
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. configured the httpd.conf file by adding the following lines: ScriptAlias /php/ "c:/php/" AddType application/x