I have recently been trying to install PHP and Apache on my computer. After many hours, they\'re installed. I have modified the httpd.conf and php.ini files like everyone sa
Add following configuration to /etc/apache2/apache2.conf
/etc/apache2/apache2.conf
SetHandler application/x-httpd-php
And restart the apache via sudo service apache2 restart
apache
sudo service apache2 restart