How do I upload files to my secure site?
Posted by Daniel on April 21, 2006
All secure files need to be uploaded to the /domains/yourdomain.com/private_html directory. You may upload using the control panel's built-in file manager or FTP. For example,
/domains/yourdomain.com/private_html/index.html
https://www.yourdomain.com/index.html
/domains/yourdomain.com/private_html/secure/index.html
https://www.yourdomain.com/secure/index.html
The private_html directory operates the exact same way as the public_html directory.
If you're creating a link to a secure web page within your site, use the prefix https instead of http.
