Web Site Hosting: From Domain Registration to Going Online - Part 3

After your account has been opened with your webWith your FTP software, connect to your web
host and you've set the DNS for your website (seeserver. Open the folder where you're going to upload
Parts 1 and 2 for more information) you can start tothe files and then find the files on your computer
upload your content. The most common way this isthat you're going to send. You can transfer individual
done is through FTP (File Transfer Protocol)files or entire directories using FTP.
software, but there are a few other options as well.Most of the pages on your website can be named
The FTP protocol lets you transfer data files fromanything you want, but the home page or main page
one computer to another. Your web hostingin any subdirectories should be named index.htm (or
company will give you the information you need to.html, .php, etc.) The name "index" tells the web
connect to your site with FTP.server that this is the file that should be displayed by
You normally would use software like WS_FTP ordefault.
FileZilla to connect. Your FTP address will usually beSo if someone goes to what they're actually going to
Your web host will also tell you where your filessee is [ the web server just displays that file
should be uploaded to on the server. There is usuallyautomatically so they don't need to enter the
a folder in the root directory of your website called"index.html" part.
public_html, www or something similar. This is whereIf you don't put an index file in each directory on
you need to store all your website files to makeyour site, people might be able to browse the
them accessible to the public on the internet.directory and see "behind the scenes" on your
You might have to adjust some settings in your FTPwebsite. This can be a security issue in some cases,
software to make the files upload properly. eg. Ifso it's always a good idea to put an index page in
you're running a firewall on your computer (or aeach directory, even if it's just a blank page.
hardware firewall) you may need to set the transferWhat Other Ways Can You Upload Your Website?
method to "passive". And if you're using a proxyFTP isn't the only way to upload your web pages.
server, you'll have to adjust those settings as well.Many web page creation programs have transferring
Files can be transferred with FTP in either ASCII orbuilt-in. Probably the most common example of this is
binary mode. If you use the wrong mode to transfer,Microsoft Frontpage. If your web host supports
you could end up with errors. Your FTP softwareFrontpage, you can upload your site from within
might automatically determine which method to useFrontpage itself and you don't need to worry about
by looking at the contents of the files you'rehow or where to transfer things. Frontpage takes
transferring. It's possible that you might have tocare of everything for you.
specify the mode manually, however.Some web hosts also offer online site-builders. These
Files that should be sent as ASCII include HTML (andbuilders work within your web browser and let you
variations like HTM, SHTML, etc.), TXT, ASP, JS, PHP,layout your web pages. Once your pages are
etc. Essentially, any file that you would open with afinished, they automatically get saved to the
text editor should be transferred as ASCII.appropriate location on your server.
Binary mode is used to transfer files such as graphics,These online site-builders are usually available through
compiled programs and media files.the control panel in your hosting account.