I have installed apache 1.3.29 and MySQL on winodws XP. Apache seems to be working, as I can access http://localhost fine. I can converse with MySQL through the command prompt, so I am assuming everything is working there.
The problem I have is with bringing PHP 4.1.1 into the mix. From what I know I have to extract the PHP file and move the php/ini-dist file to c:\windows and rename it php.ini. From there, I should open this file with a text editor and change registar_globals to On.
Here is where I think my main problem is. The PHP tutorial I am using states that the php.ini file should have been automatically configured during installation to identify the location of Apache and MySQL, providing there were installed beofre PHP (which they have). For example, under the Paths and Directories section the doc_root value should be assigned the loctaion c:\Apache\htdocs if Apcahe has been installed at c:\Apache (however it is not, the section is left blank and unconfigured).
Is installtion of PHP simply extracting the files from the php-4.1.1-Win32.zip?
Any reason why the php.ini-dist file is being left unconfigured?
Thanks for the help.
Dave