Hey, I followed this tutorial here: http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml and I've done it twice now and checked everything, but PHP simply wont work and only asks to save the PHP file when using Apache. So, what else is there to do? Am I missing something? Thanks.
Please provide your solution next time to help people that might view the thread! Here is the answer when PHP is downloading and not parsing: in your .htaccess file add (Top or bottom, does not matter) AddType application/x-httpd-php .php Note: This is used with mod_mime (It is most likely on, if not uncomment it in your apache conf file)
In future, You should verify how php was enabled with apache (/usr/local/apache/conf/php.conf) and check AddType entries with your .htaccess.