In this guide we will install and configure PHP for Apache on Ubuntu 16.04 / 17.10. 1. Install PHP Let’s begin by updating the package lists. sudo apt-get update Now install PHP and associated packages. sudo apt-get install php libapache2-mod-php php-mcrypt php-mysql 2. Configure Apache We will need to alter the dir.conf file to tell Apache…
Continue reading Guide: Installing PHP for Apache (Ubuntu 16.04 / 17.10)