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.

  • 相关阅读:
    PHP5中PDO的简单使用
    Apache中设置默认首页的方法
    PHP数组读取的循环操作
    header("Location:login.php")应该注意的几个问题
    纯JavaScript实现弹出选择第几个单选按钮
    PHP关于错误抑制符@的使用
    CSS盒子模型
    Appache中的ServerAlias
    PHP move_uploaded_file() 函数 定义和用法
    PHP ob_start() 函数介绍
  • 原文地址:https://www.cnblogs.com/chucklu/p/6863325.html
Copyright © 2011-2022 走看看