Quote:
Originally Posted by baby41
Can you tell me where I do insert this bit of code to help me finding the correct path,regards.
|
Code:
<?php
echo getcwd();
?>
Copy paste above code into an editor and save the file as "path.php". Then upload path.php into your root dir, and open yoururl.com/path.php
You will get a response like /home/baby41/domains/yoururl.com/public_html
That would be your full path to your root dir.