sudo nano /etc/apache2/mods-enabled/dir.conf
By default Apache looks for the index.html file first, we want to change that to look for index.php first
You want to move this to this position
The nano editor is used here to show a 1 command solution, but you can use gedit as well to perform this and change position with a move command