Posts Tagged ‘server path’
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();

