What is the server path?

The path to your website is partially determined by your domain name, but is in the following format:
/home/sites/your-domain-name.com/public_html

If you are using PHP, you can find out this path by entering the following into a php script:
echo getcwd();

  • 72 Users Found This Useful
Was this answer helpful?

Related Articles

Does Fast-name support SSI (Server Side Includes)?

Does Fast-name support SSI (Server Side Includes)?Yes we do. SSI (Server Side Includes) are tags...

What is XML?

XML is browser based, and it is not dependant on the type of server that you are running your...

How can I change the file name extension of my index page?

It is possible to name your default index page something other than index.html, index.cgi,...

What is the list of Default Documents in order of priority?

The list of default documents (pages which IIS will serve when only the sub directory is...

How do I edit php.ini (PHP settings) for my hosting package?

Becuase of the way in which we run PHP, you are able to customise its behaviour with php.ini...