Fix PHP - Ubuntu 16.04 phpinfo shows blank Page (PHP 7.0)
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=69QtkWsHtUQ
I get an error when trying to check phpinfo(), it shows blank page.
That problem caused by, you have not installed libapache2-mod-php.
So, install with :
sudo apt install php libapache2-mod-php
then restart apache
sudo service apache2 restart
--
see this video for details
Other Videos By Ambar Hasbiyatmoko
Tags:
php
blank
page
phpinfo
php7
ubuntu
linux
localhost
module
terminal
fix
install
libapache2
apache