LinuxUK
   Home About us Design services Get in Touch Testimonails Create and account / Log in
Categories
 Templates

 Security checks

 Support Club

 Tips and Tricks

 How to guides osC

 My Contributions

 osCommerce versions

 Base64 Decoder

 Link to us!

Find the Absolute path name
Product stats Product Stats
Products name Product Name: Find the Absolute path name
Products info Product description

For whatever reason, you may need to knwo the absolute path name, in osCommerce this is referred to as the FS_CATALOG etc... to find this out is easy!

Open up a program like Notepad, and add this code to it

<?php
echo $_SERVER["DOCUMENT_ROOT"]
?>

save the file as ab.php upload it to your site and call it in our browser, ie
http://www.yoursite.com/ab.php it will then produce the server document root, it depends on the server but usually looks like /home/username/public_html/

easy!

Reviews

Find the Absolute path name - TITLE_DEL_ICIO_US Find the Absolute path name - TITLE_DIGG Find the Absolute path name - TITLE_YAHOO_MYWEB Find the Absolute path name - TITLE_SPURL Find the Absolute path name - TITLE_FURL Find the Absolute path name - TITLE_ASK Find the Absolute path name - TITLE_SQIDOO Find the Absolute path name - TITLE_SIMPY Find the Absolute path name - TITLE_REDDIT Find the Absolute path name - TITLE_MA_GNOLIA Find the Absolute path name - TITLE_FACEBOOK_BOOKMARK Find the Absolute path name - TITLE_GOOGLE_BOOKMARK