Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Senior Member
    Join Date
    Jun 2020
    Posts
    180
    A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the Internet. It is also referred to as a web address. URLs consist of multiple parts -- including a protocol and domain name -- that tell a web browser how and where to retrieve a resource.
    End users use URLs by typing them directly into the address bar of a browser or by clicking a hyperlink found on a webpage, bookmark list, in an email or from another application.

  2. #17
    Registered User
    Join Date
    Oct 2022
    Location
    California, USA
    Posts
    37

  3. #18
    Senior Member
    Join Date
    Jan 2022
    Location
    USA
    Posts
    437
    A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the Internet. It is also referred to as a web address. URLs consist of multiple parts including a protocol and domain name that tell a web browser how and where to retrieve a resource.

  4. #19
    Registered User
    Join Date
    Oct 2022
    Location
    California, USA
    Posts
    37
    Quote Originally Posted by taxiongo View Post
    A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the Internet. It is also referred to as a web address. URLs consist of multiple parts including a protocol and domain name that tell a web browser how and where to retrieve a resource.
    I see that people tend to repeat the same thing many times here.

    First, see BNF for specific URL schemes.

    The first part of an URL is officially called a scheme. The format of the rest of the URL depends on the scheme. For the HTTP scheme the rest of the URL is officially defined as:

    httpurl = "http://" hostport [ "/" hpath [ "?" search ]]
    hpath = hsegment *[ "/" hsegment ]
    hsegment = *[ uchar | ";" | ":" | "@" | "&" | "=" ]
    search = *[ uchar | ";" | ":" | "@" | "&" | "=" ]
    Note that an URL can have a search portion at the end, beginning with a "?". I do not see any previous response mentioning the search portion.

    Between the scheme and the search portion the BNF syntax specifies the format hostport/hpath. (Those names are not official names, they are like variable names in a program.) The hostport is the part that includes the domain name and optional port. The hpath is the part that has directory names. Some server software and websites do not use the path as directory names directly; some websites route the URL through a controller that changes the actual location of the resource in the server. When you see a website developer mention MVC they are talking about Model View Controller and the controller part determines where each web page actually comes from. A Single Page Application (SPA) is another example of the path being used to change the actual location of where the web page comes from.
    Last edited by SamHobbs; 10-20-2022 at 08:49 PM.

  5. #20
    Registered User
    Join Date
    Oct 2022
    Location
    India
    Posts
    24
    Uniform Resource Locator (URL) ths used for locate the address in internet

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.