Find Absolute Path Of A File Or Directory Using PHP

This Tutorial Has Been Viewed 3,114 Times.

The absolute path for a file or directory is not the same as the URI.  The absolute path on the web server is/home/DIR/Xs/something/mydir/. Here is how to find the absolute path on your web host for a given directory if you can’t find it, or it isn’t shown, in your web hosts control panel.

  1. Copy and paste the following code into a text file (take out the space between the less than sign and the question mark): < ?php
    $getPath = getcwd();
    echo $getPath;
    ?>
  2. Save the file as a PHP file, say abspath.php.
  3. Upload the file into the root directory, or a sub-directory, of your website.
  4. In your web browser, go to http://www.mysite/abspath.php (or wherever you saved the file to)
VN:F [1.9.13_1145]
Rating: 7.5/10 (2 votes cast)
VN:F [1.9.13_1145]
Rating: +1 (from 1 vote)

Find Absolute Path Of A File Or Directory Using PHP, 7.5 out of 10 based on 2 ratings

Incoming search terms:





You will also be interested in ,

Tags: , ,

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in Html, PHP, scripts (104 of 159 articles)