Your account has both non-web accessible space and of course your web accessible space. Your user home directory , /home/USERNAME , contains many files used to operate your website. You can create new folders here to store data or information you do not want the world to know about or see. This is a good place to store database connection or other files that contain passwords or critical data.
To upload your "homepage" or website materials, the stuff you actually want the world to see, upload that into the "public_html" directory. You can of course create other sub directories and files there as well which will all be web accessible.
/public_html - This is where your site files will go
/public_ftp - Files for your anonymous FTP
/www - same as your public_html directory
Warning - Do not delete any pre-existing files or folders you first see in your home directory
Where do I upload my website files? Print
- 2
Was this answer helpful?
Related Articles
Can I use sftp with virtual FTP accounts?
No, sftp requires ssh access and ssh access is available for cpanel account only which is a shell...
How do I access my FTP site?
First you'll need an FTP client. A nice google search will turn up hundreds of programs to use....
How do I change File Permissions using FTP?
Log into your account and go to the directory where the files are located. Highlight the...
Can I change File Permissions in Cpanel File Manager?
Log into your account Control Panel (mydomain.com/cpanel) and go to the File Manager, and then...
How do I set up Dreamweaver for FTP?
Your Webstyles account allows you to set up many ftp users, with different levels of access to...