Very basic question. I have installed PHP locally to help me build a website. I have followed all the instructions as far as I can tell, and I can see from a Command Prompt that 5.2.9 is installed. When I come to test it out by typing
http://localhost/phpinfo.php
into Firefox, all I get is a Not Found message and a question about how I would like to open PHP scripts, not the long table of data I expected. What have I done wrong? I have Apache installed and can see other html files that I have stored in htdocs. I have made changes to php.ini and various other files, but something fundamental isn't there, probably my brain.
Any help appreciated.
Tim