Answers for "on running php file showing code instead of view"

PHP
0

on running php file showing code instead of view

sudo apt-get install php libapache2-mod-php
sudo a2enmod mpm_prefork && sudo a2enmod php7.0
sudo service apache2 restart
Posted by: Guest on June-08-2020

Code answers related to "on running php file showing code instead of view"

Browse Popular Code Answers by Language