Install php + helper libraries

sudo apt install php libapache2-mod-php php-mysql

validate installation

php -v

modify file heirarchy

sudo nano /etc/apache2/mods-enabled/dir.conf

image.png

ensure index.php is infront of index.html

restart apache

sudo systemctl restart apache2