The Path to the Site from the OS Root on VS
Sometimes we need to know the full path to the site from the operating system root, as this information can be used in various settings.
Let's get it using the following command:
<?php
echo $_SERVER['DOCUMENT_ROOT'];
?>
Find out the full path to your site on your hosting.