If it's downloading the PHP code instead of running the script, it sounds like Apache doesn't have a MIME type handler for PHP. Since you installed PHP separately this time, you may have installed it as an executable instead of an Apache module. In that case, Apache must be told to pass PHP files to the executable. Check your apache.conf file to see if it is handling PHP files correctly.
Last edited by SinisterMotives; 06-05-2005 at 12:29 AM..
|