Where do I upload my website files?

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...

How do I upload to a sub-domain?

It’s exactly the same as uploading to a regular domain. The only difference is you should put the files in the correct folder for your sub-domain (whatever you set it to be, most likely the name of the sub-domain!). You will need to connect as the user you chose the sub-domain to be under when you set it...

How does the Internet work?

A network is a group of computers that are connected and can communicate with one another. “The Internet” is a worldwide network of computers, connected by TCP/IP, a protocol that all of the computers understand. It’s an agreement about how the computers exchange information. All computers connected to the Internet have an IP address consisting of four numbers separated by periods (for example: 123.123.123.1). To make addresses easier for humans to remember, DNS (domain name service) associates domain names like www.yourdomain.com with the numeric address of the computer where that domain is hosted. When you type in a domain name, your computer requests web page files from the address of the computer where the files are located. These files are sent to your computer, and displayed in your...