View Single Post
Old 07-21-2013, 10:57 AM  
TROLLENSTEIN
Server Monkey
 
Industry Role:
Join Date: May 2013
Location: Europe.
Posts: 164
Your website root is the folder that contains your website files, the root path is the location on the server drive Apache serves your website from eg : /var/www/html/yourwebsitenamehere

You can find your websites root path by creating a file called path.php with just this code in it:

PHP Code:
<?php print __FILE__?>
and upload it via FTP to your website. Then go to yourwebsitenamehere.com/path.php (just remove the 'path.php' text at the end of the output) to view the root path location.
TROLLENSTEIN is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote