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