Content deleted Content added
→Number of slash characters: Fixed typo. Tags: Mobile edit Mobile web edit |
|||
Line 10:
==Number of slash characters==
* The character sequence of two slash characters (//
* The single slash between '''''host''''' and '''''path''''' denotes the start of the local-path part of the URI and must be present.<ref>RFC 3986, Section 3.3</ref>
* A valid file URI must therefore begin with either <code>file:/path</code> (no hostname), <code>file:///path</code> (empty hostname), or <code>file://hostname/path</code>.
|