PHP files being download
by thursdasy on Jun.20, 2009, under Electronics, Quick Fix, Software
If you just installed apache2 along with php and when people view your php files they are being download run the following 3 command and it should fix the problem IF you have both apache2 and php installed.
cd /etc/apache2/mods-enabled/
ln -s /etc/apache2/mods-available/php5.load
ln -s /etc/apache2/mods-available/php5.conf



