[snip] Yeah, got that as:
AddType application/x-httpd-php .php AddType application/x-httpd-php .html AddType application/x-httpd-php .phtml
And the DirectoryIndex stuff is there, too. [/snip]
So, all of that is there, yet PHP does not work? After you compiled PHP did you restart Apache? How, preceisely, are you testing for the operation of PHP?
I have a page for phpinfo() on the server called phpinfo.php - coming up a big blank. That and some other pages with scripts that want to download..... :\
-Mike
Is the phpinfo page showing your php code '<?php phpinfo(); ?>', or is it blank as in no content at all?
If no content, what do you see when you view the source of the page in the browser?
Did you restart apache?
Did you compile php at the same time as apache?
If yes, did you activate php in the apache configuration before compiling?
Did you compile php as a DSO?
If so, did you modify httpd.conf to load the php module?
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php