|
Or create a php file and add the following.
<?php
phpinfo();
?>
Upload it to your root directory on your account.
Go to the page [yourdomain.com]/env.php
On the generated page look for the following, it will tell you your root directory:
_SERVER["DOCUMENT_ROOT"]
Delete env.php when you get the info you need.
|