Hi all.
I very carefully followed part 1 (PHP) of the install process with no apparent hitch. I created some test php code to test the php server:
<?php phpinfo() ?>
in a file called "test.php"
1st I saved it to the root, library, webserver, documents folder and tried running it by
http://localhost/test.php and just got the line, unprocessed, spit back in my web browser. So the file was found and accessed, but the php was not processed.
Then I tried putting it into my sites folder in my own user directory and tried
http://127.0.0.1/~myusername/test.php and the same thing happened.
So in other words, my pages are there but not being processed by php.
Any thoughts would be appreciated. -- Larry
EDIT: OK. I figured it out. Sixthring's post helped a lot. I had everything right in my config file except this line was missing:
AddType application/x-httpd-php .php
Thanks, Sixthring! -- Larry