Find the Root Path to your Hosting

root path on server

Sometimes you just need the root path, for whatever reason. If you can't get it you can create a php file and include the following lines.

<?php
echo $_SERVER['DOCUMENT_ROOT'];
?>

if you them browse to the file you created in your browser you will see the root path.