Absolute Path

Main >> Content >> Tutorials >> Misc >> Absolute Path

If you don't know your absolute path, here is a tutorial which can tell you how.
Step 1: Copy the code under and paste it in a blank page on Notepad or whatever editing program you use. (Remove the space between < and ?)
< ?php echo $_SERVER['DOCUMENT_ROOT']; ?>

Step 2: Save the page as absoulepath.php and upload it to your main directory by using FTP.

Step 3: Go to http://yoursite.com/absolutepath.php. All the text you can see on the page is your absolute path.