I downloaded the IBserver package that has Apache, MySql and PHP all
together. Everything installed fine.
But, where do I save the .PHP files so that the Apache server with find them
and parse them?
I was thinking that one time when I downloaded an Apache version that it
created a sub-directory "httpds" or something like that. This package
installation did create that directory.
If I execute
http://localhost, it does find the document that is created by
the installation that displays links to all the part of the installation,
but
http://localhost/anything.php does nothing. The file is
<?php
echo 'Hello World';
?>
Any help would be appreciated.
Fred Blair