How to make website easily to make money. The good news is that it is easy. The bad news is that it is only a little part of what needs to be done before and after you put up your own web pages. If you put up a stall selling water from the fountain of youth in the middle of the desert, because that's where the fountain is, you won't get many customers walking by! You must go where the customers are.
That's why you shouldn't jump in to making your own website without the important preliminaries.
How to Create a Website - Your Progress So Far
When I first wondered "How do I make my own website?" I only knew how to design a page. A web site is a collection of web pages. So far you should have worked through the following:
How do you Make Your Own Website
Following the directory layout in the last step, create the same directory (folder) layout on your own computer, with empty directories until you put something in them.
Creating a directory
This is the same whether the directory is on your computer, or on your host's computer. First you have to navigate to the folder where you want to create a new folder, then create it. If you have Windows on your computer, you use Alt+F (hold down the Alt key and tap the F key) to call up the file menu. It will probably have the word new highlighted, so press enter. It will now have the word folder highlighted, so press enter again, then type in the name for your new folder.
In FTP you right click anywhere in the parent folder, then click in the drop-down menu to create a new directory.
How to Build a Website Systematically
The reason for creating the same folder structure on your own computer as you will have on your website is that your memory isn't perfect. So if you put everything in one directory on your own computer, you'll never be able to find a file again when you want to change a web page.
Landing Pages
Now, each directory will need a landing page (home page) which will be called index.php if you follow my advice. This is probably the most important page in the directory, because without it your visitors and the Search Engines won't know how to find anything in the directory. That's why it's called an index page.
Each landing page should have a title that includes the main keyword for that directory, and the first and last sentence in the article should include that same keyword. That is to please the search engines.
Create an index.html file for each directory (except special directories like ones with images in them). You will change this to index.php when you transfer it to your host, but unless you have a php server installed on your computer, you will be unable to view the file in your browser if you call it php.
Now write your other pages, filling them into the appropriate folders on your computer.
Design Your Website Structure
Root Directory
You now know how to build your own website on your computer.
It is time to learn how to create your own website on your host's computer, known as a server.
Have you made no mistakes at all? If so you are a lot better at this than I am! So the first thing I always to is to create a sub-domain called "test". The URL for the sub-domain will be http://test . yourdomain
The FTP (File Transfer Protocol) which I'll tell you about soon, will have a path something like home/public_html/test and the stuff for your main domain will be in home/public_html directory.
To create your sub-domain go to http://yourdomain/cpanel (I hope you did follow my advice and choose a host that offers cpanel) then click on the subdomains icon. Servers vary so you will have to read what their form says, but just put the word "test" into the box where you think it should go, and create your subdomain. The computer will then tell you that it has created a sub-domain called whatever, and if it is wrong, you delete the sub-domain and try again. You should end up with one called test . yourdomain
OK, you can logoff from cPanel now and start to create your site using FTP. If you have installed Filezilla, as I recommended in the software section, power it up now. Any FTP software will do, but they each have their own ways of doing things and I'll describe the Filezilla way.
Click the "Open the site manager" icon (top left below the file menu). When you hover your mouse over an icon you will see what the icon does.
Click the new site button and type in the name you choose for your new site. Myself, I just use my domain name, but you can call it anything you like.
Now fill in the host field. Surprisingly, this isn't the name of your host. I type in the name of my domain such as beginnersmakeownwebsite.com
Change the logon type to normal - this is important, because anonymous login would mean that anybody could log in and change your site. Normal means that visitors will be asked for a password.
When you made your contract with your host, they would have given you a username. They may even have given you a password, in which case you should log in to cPanel and change the password to something you won't forget, but containing capital and small letters and numbers for greatest security. Criminals (hackers) have robots that try every word in the dictionary as a password, so don't use a word in the dictionary. If you know two languages combine a slang word from English with a word from the other language and jam a number in there somewhere.
Type in your username and password in the FTP form (I usually type my password into the username field, then check that it is right, then highlight and cut (Ctrl+X) and paste (Ctrl+V) it into my password field, then type in my username. That makes sure that I get the password right.
Click OK to save the details. Then open the site manager again and double-click the site that you have just set up. You should be logged in to your site if you have done everything right. In the top-right window labeled Remote site it will show / as where you are. / means your home directory.
In the bottom right panel labeled filename you will see a list of directories. None of these are visible to your visitors except public_html and www which are just two names for the same directory.
Double-click on public_html to open up your main domain directory. You should see that it contains a directory called "test" that you created in cPanel when you made your subdomain.
Double-click on the test directory to get into it. Later on, when you want no navigate up the line again you can either double-click on the .. directory listing, or find the directory that you want in the listing in the top-right window and choose that.
The Easy Part of How to Build a Web Page
In the right windows you should now be located inside your test directory. Now in the left windows, navigate to your test directory.
Highlight everything in the test directory (including sub-directories) and drag everything over to the right. I think you could also click the Transfer menu, but I just drag everything over.
Now you can watch in the top and bottom windows as your computer transfers everything across.
When it is finished you should disconnect from your server by clicking the red X icon, then close Filezilla. Your URL will be http://test . yourdomain
Testing
Try to browse your site. You should get something appearing, but it may not be what you intended. So you make corrections, and FTP them to your site, make more corrections and so on...
Use Xenu (see my website software section) to find all the broken links - i.e. links where you have made a mistake of some kind. Correct them.
When you can find no more mistakes, delete (highlight everything then right click and choose delete from the drop-down menu) all the contents of your test directory at your web server but leave the empty directory there for future use.
Now go back to Filezilla and transfer all your web pages from the test directory on your computer into your public_html directory at your host. Now your URL will be http://yourdomain/
This is how to make website, but note that if you used absolute addressing for internal files, you may have to change them when you transfer out of the test subdomain. Relative links should still work. Just run Xenu again to make sure.
Get your webmaster tools and resources while they are still free.
Main Menu
a. Create Home Pages etc. | b. Research Tools |Search
News About...
How To Make Your Own Website