Posted by admin in tips
- Create new php file (let’s say you name it
abspath.php).
- Insert this code in that file:
<?php
$abspath = getcwd();
echo $abspath;
?>
- Upload the file with FTP to the root directory of your site.
- Run
http://www.your-domain.com/abspath.php in browser and you will get your absolute server path.
This entry was posted
on Mar 13 and is filed under tips.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
thanx a million, you just solved a problem that THREE of my hosts tech support people could not!
Thanks man it helps…