>
> It seems to me that the php4 engine never starts to generate pages...
Make sure the LoadModule line for php in apache's config file is
uncommented. Then make sure you have MIME types set up for PHP files.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Should do the trick.
--
Chris Hilts
chilts@birdbrained.org