Browsing articles tagged with " web hosting"
May 31, 2008

How to Find Your Server Path [Path to Folder]

Usually, one can just look up their absolute server paths in the help files of their web host. Sometimes your host isn’t so helpful. Just put the following code in a .page and drop it in the folder you want to know the server path to and tada!

< ?php echo getcwd(); ?>

Don’t forget to remove the space between the angled left bracket “<” and the question mark “?”.

Once you do that, send a complaint to your host.