Did you configure Apache to use PHP? (Done by adding "
LoadModule php5_module libexec/libphp5.so"
and "AddType application/x-httpd-php .php .phtml"
and usually "AddType application/x-httpd-php-source .phps"
to httpd.conf).
You also have to tell PHP to make an Apache shared file by adding this
to c
Hi All,
I did a source install, of which I'm a newb at, and then created a
index.php file containing the following,
phpinfo();
?>
but, that shows in the browser, Firefox, when typing
localhost/index.php. I've confirmed that httpd is running, and generates
pages as I got the Apache welcome p