$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Create An Apache Virtual Host on Debian Gnu/Linux Distro

GNU/Linux Debian Making Apache Virtual Host Guide

Hi! The Tutorial shows you Step-by-Step How to Create Apache 2 Virtual Host in Debian GNU/Linux Distribution.

And the term Virtual Host refers to the Practice of Running more than One Website (such as company1.example.com and company2.example.com) on a Single Machine.

Create Apache 2 Virtual Host on Debian GNU/Linux - Featured

GNU/Linux Debian Making an Apache Virtual Host Guide