In the control panel you have an icon called "file manager" or "File Manager" from there you can upload your pages one by one or several at a time. At the same time, all your website files should be uploaded to the "public_html" folder.
If you have to upload many pages at the same time, the best option is to use an FTP program, there are many, we recommend FileZilla (https://clientes.atlanticadigital.net/knowledgebase/41/Clientes-FTP).
Once you have downloaded and installed the program of your choice, in the configuration area you must enter the following information:
Host Address: ftp.yourdomain.com or the IP address that was sent in the welcome email
User name: The username with which you access Cpanel.
Password: The password with which you access Cpanel.
FTP port: 21</p >
When you connect, you will have 2 windows, in the left window you have an explorer of your hard drive, and in the right window you have the server; In the server window (right) there are at least 5 folders:
etc: Stores the configuration of passwords and input access (do not delete this folder)
mail: Stores the configuration of your email (do not delete this folder)
public_ftp: Stores the configuration of your public ftp accounts (do not delete this folder)
public_html: All the pages that you want to appear on your website, cgi's, etc. should go here (do not delete this folder)
www:< /strong> A mirror copy of everything you upload to the public_html folder will be stored here and vice versa (do not delete this folder)
You must place all the pages and files that you want to appear on your website, in the "public_html" folder. The server comes by default with a construction page (index.html) that you must replace with your own index file .html or index.php so that when you enter through the browser with the address http://yourdomain.com or http://www.yourdomain.com your index file appears directly
We recommend using all file names in lower case, you should not use special characters (accents, ñ, ã, etc.).
You can also download a small tutorial about configuring Filezilla from here : https://clientes.atlanticadigital.net/knowledgebase/310/Mini-Manual-Filezilla.html