Date: Mon, 22 Jul 2002 21:45:41 -0500 From: Seth Dimbert <s.dimbert@fhmr.com> Subject: PHP Message-id: <B9623073.20F0%s.dimbert@fhmr.com>
I'm new to PHP.
Let's assume that, when I installed LinuxPPC I installed all of the
pertinent packages. If so, how to I get Apache to serve php pages?
I've added the following to my httpd.conf:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Before I added them, an attempt to load a .php page produced the text of the
php file. Now that I've made that change and rebooted Apache, when I call
the .php file, I get an error from Explorer that IE Explorer doesn't know
how to open that type of file.
???
-SD