Page 1 of 1

Howto find your absolute path

Posted: Fri Feb 01, 2008 3:16 am
by leolam
take notepad or any other text editor and insert:

Code: Select all

<?php
$p = getcwd();
echo $p;
?>
and save as detection.php (or first as txt and rename to detection.php)  and upload it to the root directory of your site with ftp.

run: http://yoursitenamexyz.com/detection.php and you have your absolute path

cheers  8)

Leo