zoukankan      html  css  js  c++  java
  • Lesson 1 Basic Concepts: Part 2

    Getting your web site ‘live’ on the Web

    With the nerd background details under our belts, we can now learn about the two steps to going live on the Web:

    1. Register your domain.
    2. Rent some server space.

    1. Registering your domain

    There are many companies out there that allow you to register the domain name for your web site.

    Prices vary变化, as does the quality of service, but at the end of the day, they all handle the details of getting your domain name listed in the giant address book I spoke about earlier.

    These days, you will find that many of the names you may be interested in registering are already taken.

    As I mentioned above, domain names have to be unique and many have been slurped up. 

    What is the difference between .com, .net, .org, etc.?

    Practically speaking, there is really no difference these days.

    Search engines don’t discriminate between a .COM address and a .NET address.

    The only thing you might consider is that people tend to type in .COM automatically since it was the first publicly known domain extension.

    So when registering a domain name, I would go for the .COM first and if it was taken, I would then try for any of the others. (.net, .org, .tv, etc. …)

    You probably guessed; a .COM address is not the same domain name of the same name with a different extension.

    So for example:

    www.killersites.com is not the same place as www.killersites.net

    As such, each of the addresses can be registered separately.

    2. Renting server space to ‘host’ your web site

    You need to rent space on a server so that it can serve your web site to the World Wide Web;this is often called ‘hosting’.

    Companies that provide this service are often called ‘host’ or hosting companies.

    After you’ve registered your domain, all you need to do is contact a hosting company and tell them your domain name.

    They will be able to guide you through the process and you should be live on the web in no time – typically within a week or less.

  • 相关阅读:
    一种动态部署JBoss应用的简单方法
    虚拟机启动的一个Bat文件(启动虚拟机.bat)
    Windows 设置了文件夹共享,删除默认Everyone共享,设置其他用户共享之后打不开的问题
    命令按钮怎么直接指定带参数的宏?
    bat延时
    wrapper.java.additional
    win7下vc6.0的安装
    UVA10391
    UVALive3708
    C++红黑树(类模板实现)
  • 原文地址:https://www.cnblogs.com/chucklu/p/6863325.html
Copyright © 2011-2022 走看看