| If you are not familiar with linux and/or cPanel, it could be a little confusing understanding how files and directories are organized in your hosting account.
This credential will be always the master credential. You can't change the username, nor delete it.
How to access cPanel
Open your preferred FTP client (If you are using Dreamweaver, consider that it has a built-in ftp client) Enter the following data:
Let us now explain you the difference between Root Directory (not to be confused with "web root") and Host Directory (also called "web root"): Root Directory /home/[yourusername]/ For instance, if your username is "music", the root path would be: /home/music/ This means that if you access via FTP without specifying the host directory (public_html), you would be accessing to /home/music/ Of course, for security reasons, you can't go outside this root path. That's why it's called "root directory". In other words, your hosting experience starts inside the "music" directory. This also means that your default directory access would be /home/music, meaning that you don't have to specify the full path "/home/music/"
/home/music/public_html This is one of the reasons why programs like Dreamweaver ask you for a host directory, so you can upload content directly to the place where your domain points to. This doesn't mean that you can't upload content outside the public_html directory. For instance, you can upload an index.html file to /home/music/, with the following result: /home/music/index.html, but it wouldn't be accessible by the browser. This is great for uploading content you want to keep securely away from public eyes. |
Powered by WHMCompleteSolution