Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here are the URL components:</p> <pre><code>http://www.example.com/en/public/img/logo.gif \__/ \_____________/\_____________________/ #1 #2 #3 </code></pre> <ol> <li>scheme/protocol</li> <li>host</li> <li>path</li> </ol> <p>A <em>URL</em> is called an <em>absolute URL</em> if it begins with the scheme and scheme specific part (here <code>//</code> after <code>http:</code>). Anything else is a <em>relative URL</em>.</p> <p>A <em>URL path</em> is called an <em>absolute URL path</em> if it begins with a <code>/</code>. Any other <em>URL path</em> is called a <em>relative URL path</em>.</p> <p>Thus:</p> <ul> <li><code>http://www.example.com/en/public/img/logo.gif</code> is a <em>absolute URL</em>,</li> <li><code>../../public/img/logo.gif</code> is a <em>relative URL</em> with a <em>relative URL path</em> and</li> <li><code>/en/public/img/logo.gif</code> is a <em>relative URL</em> with an <em>absolute URL path</em>.</li> </ul> <hr> <p><em>Note: The current definition of <strong>URI</strong> (<a href="http://tools.ietf.org/html/rfc3986" rel="noreferrer">RFC 3986</a>) is different from the old <strong>URL</strong> definition (<a href="http://tools.ietf.org/html/rfc1738" rel="noreferrer">RFC 1738</a> and <a href="http://tools.ietf.org/html/rfc1808" rel="noreferrer">RFC 1808</a>).</em></p> <p>The three examples with URI terms:</p> <ul> <li><code>http://www.example.com/en/public/img/logo.gif</code> is a <em>URI</em>,</li> <li><code>../../public/img/logo.gif</code> is a <em>relative reference</em> with just a <em>relative path</em> and</li> <li><code>/en/public/img/logo.gif</code> is a <em>relative reference</em> with just an <em>absolute path</em>.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload