Howto find your absolute path

Moderator: mcsmom

Post Reply
User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Howto find your absolute path

Post by leolam » Fri Feb 01, 2008 3:16 am

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
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

Post Reply