FTP Settings
To upload your website via FTP, use the following settings in your FTP client:
- Protocol: FTPS (explicit TLS/SSL)
- Hostname:
voorbeeld.cc
- Port: 21
- Username:
uwgebruikersnaam
ofgebruikersnaam@voorbeeld.cc
(if you created the FTP user) - Password: The password of your hosting package or custom FTP user
- Upload folder:
public_html/
ordomains/voorbeeld.cc/public_html/
- Homepage filename:
index.htm
,index.html
orindex.php
(use lowercase letters only)
Make sure your website files are placed inside the public_html
folder and that an index file is present. Without an index file, your website will not be accessible.
voorbeeld.cc
with your actual domain and yourusername
with your hosting account username.Updated on: 23/05/2025
Thank you!