Universe Sandbox

General Category => Everything Else => Topic started by: deoxy99 on August 23, 2010, 09:29:34 PM

Title: Subdomains
Post by: deoxy99 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