|
Introduction |
||||||||||||||||||||||||||||
|
|
How Pages are IdentifiedBrowsers obviously need to be able to find particular pages. What makes this possible is that each page has a unique identifier called a URL, which stands for Uniform Resource Locator. In fact, every resource on the Internet has its own unique URL. The URL is the "address" of the page on the Internet, specifying:
For example, the URL for this Web page is:
The Note that pathnames are case sensitive: if you type the URL above with You will often see URLs that don't give a file name, and end with a slash, or which simply give the name of the server. Whenever the Web server hasn't been asked to send a specific page, it automatically sends the default or home page for the relevant directory. So, for example, you can access the main Web page for this book by going to [1] For a more detailed (and technically more precise) definition, see my Introduction to URLs. [2] "http" stands for "HyperText Transfer Protocol", the communications standard which underlies the transmission of Web pages between client and server. [3] The message will be "Page not found". You will get this message of this sort if a page has changed its URL, but more often it will be down to typing errors. However, some servers can automatically detect URLs that are in the wrong case and correct for it. |
1. Introduction
| |||||||||||||||||||||||||||