|
Uploading Your WebSite to the
Internet
Ok, now that you have created
a webpage in your HTML editor you need
to upload it to your web hosts server.
You can do this in 2 different
ways.
1) You can use the built in Upload Manager
that your web host provider has. Just
login to your web hosting account and
you should see it, its probably called
File Manager. If you don't, your web host
might not have one.
Or
2) You can use an FTP program. - I recommend
doing it this way since its much faster
and easier.
There are many FTP programs
out there, I personally like SmartFTP
plus its FREE!
Now when you start up an
FTP program you need to know 3 things.
Your host address, username and password.
Host Address - ftp.yourdomainname.com
Username - same as your webhosting account
Password - same as your webhosting account
Then just connect to your
webhost.
Once your logged in you
will see a bunch of folders, you want
to always put everything you upload into
the public_html folder. Just upload your
page and wala, you have a website on the
internet.
** Naming a page "index"
will make that page your start page **
|