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

    A cheaper option

    Some people may not want to buy a domain or pay for hosting because they only have a personal web site for fun or practice.

    You can still get your website live on the web by using a free hosting service that allows you to create what is called a ‘sub-domain’.

    A sub-domain is just a domain that is part of another domain.

    So if killersites.com offered sub-domain hosting you could have an address like:

    www.killersites.com/yourWebsite/

    Or it could be like:

    http://yourWebsite.killersites.com

    Whichever way the free hosting service decides to do it.

    The point is that your web site domain is really a part of the parent domain, in this case killersites.com.

    Doing it this way, you don’t need to buy a domain name, and you don’t need to pay for hosting. 

    This is fine for fun or project websites, but if you are serious about your web site (say it’s your business website) using sub-domains

    is like taking someone else’s business card and writing your name on it!

    You figure it out …

    One last point, I’ve heard of free hosting services that will allow you to host proper domains with them for free and without annoying ads that other free hosts will insert into your pages.

    But I’ve never used them, and in my opinion you always get what you pay for.

    In the internet’s recent past there was once a crop of一批 free service providers that

    would give away泄露,赠送 access to the web via dial-up, they were notorious臭名昭著的 for bad service and all have since gone bankrupt破产 …

    I wonder why? 

    Moving your website files onto the server

    After you have your domain name registered and your hosting service in place, the last step is to upload the website onto the server.

    You can transfer your web site to your host’s server using an FTP program.

    An FTP program is a type of software that is used to move files from one computer to another over the Internet.

    FTP is the acronym首字母缩写词 for: File Transfer Protocol; this just means that this is a ‘way’ of moving files.

    There are several free FTP programs you can use to move your files

    and many HTML editors and web design programs like Dreamweaver have FTP capabilities built in.

    One option you probably have to ‘FTP’ your files to the server is Internet Explorer.

    Internet Explorer 5 and up have an FTP program built right in.

    You can use it by typing in the FTP address of the server in the address bar preceded by the keyword: FTP.

    Here is an example:

    FTP://207.35.15.69/yourwebsite/ 

  • 相关阅读:
    『C#基础』C#读写TXT文档
    『ExtJS』给 Panel Items 中的 Grid 更新数据
    『Spring.NET』常见错误整理(持续更新)
    『WPF』Timer的使用
    『WPF』使用 [Annotation] 注释来定制数据/实体类
    『WPF』DataGrid的使用
    vbs修改注册表
    利用C#重启远程计算机
    sql server2000创建表和修改表
    存储过程得到某个表的所有字段信息
  • 原文地址:https://www.cnblogs.com/chucklu/p/6863424.html
Copyright © 2011-2022 走看看