Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

URL

From DocForge

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

URL stands for Uniform Resource Locater. For instance, the URL to DocForge's main page is http://docforge.com/, which expands to HyperTextTransferProtocol://docforge.com/, where the two // are indicative of a standard DNS lookup and the / indicates the root directory of the server (or the main page as Apache serves it up). This can be further expanded to http://docforge.com:80/, or docforge.com on port 80.

[edit] See Also