Congratulations on signing up to the Internet’s best free web hosting company..
A good choice!If you’re new to HTML and website building you maybe wondering
“What do I do next ?”Well, help is at hand, read on…
Getting StartedBy far the easiest way to create a working web site is to use a graphical HTML editor.
Here is a free one:
http://nvu.com/ and it works very well. There are many more to be found using
www.google.comYou use the graphic tools to create your site and you can switch to “code” and see how the underlying code actually creates the web page. It’s a learning experience!
A very full-featured commercial product is “Microsoft Expression Web” – very slick and extremely easy to use.
You can get a 60 day trial of Expression Web here:
http://www.microsoft.com/expression/products/download.aspx?key=web You can probably get that free on the net
too..

A full and complete tutorial on HTML web programming can be found here:
http://www.w3schools.com/html/default.aspBasicsThe basic idea is to create your website on your home PC in a folder on your hard drive. Test it on your hard drive and finally to upload the files you have created to the web server. Make sure when you add pictures to your files, that if you are prompted to save the pictures into the website folder you have created on your PC that you do so, or they won’t be visible from the Internet.
Uploading your FilesIMPORTANT UPDATE:
if you registered for 110mb after the 18th February and you're on the new Box 17, there has been a change to their policy, see here:
http://www.110mb.com/forum/changed-policy-110mb-space-10gb-bandwidth-no-ftp-t42836.0.html;msg364017#msg364017
Your FTP details are shown in the "General Server Info" box, on the left hand side of your 110mb control panel, after you have signed on.
If you haven't already, you need to look at upgrading to FTP on your account or alternatively, use File Manager to upload and download your files (look at using zip format when uploading for convenience).
Upgrades are detailed at http://www.110mb.com/upgrade-free-plan.php
Ok, so you’ve created your website and you want to upload it…
Uploading is done using the “File Transfer Protocol” FTP for short.
Your ftp server name is the same as your account name, as in the example below:
ftp://myaccount.110mb.comNote: There is an ftp:// at the front of the name instead of http://
The password is the same one used when you created your account.
Both NVU and Microsoft Expression Web have built in FTP uploading utilities.
An “110mb.com recommended” FTP programme is “FileZilla” – Also freeware.
Get it here:
http://filezilla-project.org/index.php you want the client NOT the server.
Use FileZilla to connect to your ftp server and manage your remote website files and to make that all important backup before you upload major changes!
Things to note:The first page visitors to your site will see is the
index file.
This can be either
index.htm or with an “L” on the end –
index.htmlBefore you upload any files, delete the "New Account" index.html file on your account.Ftp server name: ftp://myaccount.110mb.com (where “myaccount” is the name you signed up with!)
You can access your site either as:
http://www.myaccount.110mb.com or just plain:
http://myaccount.110mb.com (without the www part)
HOW TO USE FTPFirst of all you'll need an FTP client.. download one here:
http://filezilla-project.org/download.php?type=clientLike so - I'll assume you are using Windows..

Once you have installed FileZilla.. open it up with a double click...
Then click on the "Site Manager" found under "File..." top left.

In the site manager you will see where I already have some sites in there.. (I've hidden any sensitive info with a black square)
Add your FTP site in there...

The "hostname" is the same as your website... eg: mysite.110mb.com
DO NOT use www. or HTTP:// at the front or it won't work.
Copy the picture for the correct settings and enter you password (same as the 110mb.com control panel)
Click "Save and Exit" at the bottom of the window.
Now you need to make TWO minor changes to the settings...Click "Edit"... then "Settings" and in the resultant window go to "File Transfer Settings" and UNTICK the box marked "Use multiple connections..."

And one more... this will enable you to get a FTP connection by auto-retrying when it's busy.

Now click "OK" at the bottom of the window.
That will take you back to the main window.. click the site manager again and you will see your site in there.. click it then press "Connect"
You should then see the following appear...

Since this is my site.. I have hidden some sensitive info with black squares.
If this is your first FTP connection and you still have the default 110mb.com website then click on "index.html" in the right window and delete it.. "DEL" on the keyboard will do it.
To upload your files, use the left hand window and browse to the file you want to upload and simple drag and drop it across to the right hand window..
Your upload should start right away. Remeber there is a 6Mbytes file size limit at this time (19th Nov 2007)
Optional ExtrasTo add a mail sending facility (send mail only) or to add MySQL database support and various other extras go here:
http://www.110mb.com/upgrade-free-plan.phpThese are one off costs and not monthly costs!!!You can also get fsockopen enabled and MySQL by submitting useful posts in this forum...
Over 50 posts - fsockopen
Over 350 posts - MySQL enabled.
Your own domain name? Sure.. all you need to do is purchase your chosen name and add the domain name into your 110mb.com control panel under the “Extra domain” section. Enter it without the www part…
You then need to make a change to your domain name controls (same place where you purchased the domain name) and enter the DNS servers for 110mb.com as follows:
ns1.110mb.com and ns2.110mb.com
Advanced CodingHere is a check list for things to enable if you want to install a forum, content management system or web blog on your site.
- MySQL needs to be enabled (pay for it or 350 posts in forum)
- Fsockopen (30 posts in forum) or Sendmail (paid option) to enable your code to send mail to registered users
If you haven’t already done so.. join this forum and you can post your questions.
Welcome to our community... 