Absolute path to directories

The absolute path to the root folder is /var/www/[domain]/ and to the public_html folder /var/www/[domain]/public_html/.

The path to your root directory on PHP webhosts is /var/www/[domain]/

If you need to access the public_html folder, the path will therefore be /var/www/[domain]/public_html/

Article from the support category: PHP

Other relevant articles