View Single Post
  #16 (permalink)  
Old 06-12-2008, 01:08 PM
Ingenue Ingenue is offline
New Pligger
 
Join Date: Jun 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote