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.htmlSubdomains URLs are like this:
http://sales.mywebsite.com:80/index/index.htmlAs you see, "www" is a subdomain all in it's own.
Now make your own:
Like:
https://sales.php.com/index.htmlnews://google.mywebsite.net/myblog.php
Mine:
news://news.news.tv/index.php