What is the exact physical path to your root directory on the web-server?

The path to your root directory is:
/home/username/

Obviously, substitute "username" with the login you were assigned when you first received your account details. Also, when you configure your script, then remember to include your /public_html in your path. For instance, if you have a mail.php script located at www.yourdomain.com/mail.php, the exact physical path to that file is:
/home/username/public_html/mail.php

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

List of CHMOD's and what they mean

CHMOD 777 file: available to owners, groups and the world at large in order to  Read, Write and...

Reasons for CHMODing

When using UNIX systems it is sometimes necessary to change file permissions, which is done using...

What do the various error codes mean?

100 - Informative-100 Continue-101 Switching Protocols200 - Client Request Successful-200 OK-201...