Uploading your website files to your hosting account is the first step in launching your site online. Here's how to do it using different methods.
???? Option 1: Using File Manager (via Control Panel)
For cPanel, CWP, Webuzo:
-
Log into your control panel.
-
Navigate to File Manager.
-
Open the
public_html
folder (or root directory). -
Click Upload, select your files (e.g.,
index.html
, site folders). -
Once uploaded, refresh the folder to see your files live.
???? Option 2: Using FTP
-
Download an FTP client like FileZilla.
-
Enter your FTP credentials (host, username, password, port – found in your welcome email).
-
Connect and navigate to
public_html
. -
Drag and drop your site files to upload.
???? Tips:
-
Use
.zip
to upload large folders and extract them via File Manager. -
Ensure your homepage is named
index.html
orindex.php
. -
Avoid special characters in file names.