Pages

Thursday, June 6, 2013

Fix localhost error prompting for phtml file download in ubuntu

Ignore the 1st two lines if apache and php is already installed and working fine.

sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart

No comments: