watch out it’s alive
I guess the next super duper important thing is to get online!
First, make sure that you’ve purchased and set up your webhosting as we discussed in previous posts. Next, you’ll need to reach your file management system, and the root folder for the domain that you’re working with (it’s just as intimidating as it sounds, just kidding).
If you are using WebHostingPad you’ll log into CPanel (yourAdminDomain.com/cpanel) and then choose “File Manager”
Here is some good direction for you fabulous www.GoDaddy.com
hosting users: http://community.godaddy.com/help/3239/uploading-files-using-the-ftp-file-manager (feel free to let me know if I can answer any questions, just trying to point you in the right direction as I don’t currently host with www.GoDaddy.com
, I have hosted with GoDaddy in the past though, very gracious hosts! $1.99 Web Hosting
).
The “document root” is the folder where all of your web content will go. You may have set it up or it may have been set up for you. You might remember this picture from a previous post.
For example here, when we setup the addon domain with CPanel, we also setup the root document folder for “yournewdomain.com” as the public_html/yournewdomain.com folder.
Once you locate the folder you’ll put inside of it something that you want to go live! The first and most easiest ever would be just a plain jane html text document. Bust out your favorite text editor (Notepad for windows users, or TextEdit for mac users) and simply type something like “This is my fantastic new website!” Then save that as index.html (or fantastic.html). Then simply upload it to your root document folder using the file manager in CPanel, the FTP manager for GoDaddy users, or something else similar. If you upload index.html into the document root this will be what’s displayed when your users visit yourdomain.com. If you upload something else (say fantastic.html), your users will need to visit yourdomain.com/fantastic.html so keep that in mind. Check mine out here:www.dottysites.com/fantastic.html
Now this certainly will not satisfy most people (even though it’s pretty nifty). After all it’s just a single line of text. But now you’ve seen the general way that you can put HTML pages up on your server space.
MS Word will allow you to generate HTML pages (try saving a word document as a webpage) – they’ll look ugly, but we’re learning. There are many software packages that also will generate webpages and are specifically designed to do so, iLife for Mac contains iWeb which is really pretty snazzy. I’m really quite fond of it and I’m sure I’ll talk more about it later. It’s great for new users.
Be sure if you use one of these programs to generate your HTML (or other code) that you upload all of the files that support the pages (image files, stylesheets, code files, etc) or it won’t work. Also, you can preview the way the website will look by putting the files in a folder locally on your machine and looking at the website from that folder, then upload when you are satisfied.
We’ll talk more about content later but maybe you can get started. Let me know if I can help!












