Where do I upload my website (public_html)? Print

  • 0

Upload your website into the public_html folder - this is the public document root for your primary domain. Anything placed here is served at yourdomain.com. So your homepage file (such as index.html or index.php) must sit directly inside public_html, not in a subfolder, or your site will not load at the root URL.

  • Addon domains usually live in their own folder, often public_html/addondomain.com.
  • Subdomains use the document root you chose when creating them.

To find the exact path, open File Manager in cPanel and navigate to public_html. Avoid putting site files in your home directory root above public_html - those are not web-accessible.


Was this answer helpful?

« Back