All I want to do is be able to test my scripts before I upload them to the live server. I am running Windows XP on my computer. This is what I've done:
downloaded all the latest of Apache, mySQL, PHP4 appropriate for my computer.
Installed mySQL, tested it, it worked
Installed Apache, tested it by calling up http://localhost/ , it worked
Unzipped and followed instructions for PHP4, manual install instructions:
Extracted Zip to c:\PHP\
Moved php.ini-dist to c:\windows\
Renamed php.ini-dist to php.ini
changed these setting in php.ini:
extensiotn_dir = c:\PHP
document_root = c:\Program Files\Apache Group\Apache2\htdocs
I did not uncomment any extensions per advise in the installation documentation at this time.
Now when I try to go to http://localhost/, I get the "The page cannot be displayed" page.
Any ideas of suggestions as to what I did wrong???
Thanks,
Alisa