Welcome, Guest

Author Topic: Subdomains  (Read 1959 times)

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Subdomains
« on: August 23, 2010, 09:29:34 PM »
Make your own fake subdomain urls!

This is a URL (Uniform Resource Locator):
scheme://host.domain:port/path/filename

Explanation:

scheme - defines the type of Internet service. The most common type is http
host - defines the domain host (the default host for http is www)
domain - defines the Internet domain name, like w3schools.com
:port - defines the port number at the host (the default port number for http is 80)
path - defines a path at the server (If omitted, the document must be stored at the root directory of the web site
filename - defines the name of a document/resource

Example using the above:
http://www.mywebsite.com:80/index/index.html

Subdomains URLs are like this:
http://sales.mywebsite.com:80/index/index.html

As you see, "www" is a subdomain all in it's own.

Now make your own:
Like:
https://sales.php.com/index.html
news://google.mywebsite.net/myblog.php

Mine:
news://news.news.tv/index.php
« Last Edit: August 23, 2010, 09:33:47 PM by deoxy99 »