Installing
-
Installing the LAMP Web Server.
sudo apt install apache2 php mysql-server php-mysql libapache2-mod-php
If Got “User is Not in Sudoers file” then see: How to Enable sudo
How to Enable Apache2 mod_rewrite Module on Linux Lite.
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Installing the LAMP Web Server.
sudo apt install apache2 php mysql-server php-mysql libapache2-mod-php
If Got “User is Not in Sudoers file” then see: How to Enable sudo
How to Enable Apache2 mod_rewrite Module on Linux Lite.