url with multiple forward slashes, does it break anything?
HTTP RFC 2396 defines path separator to be single slash. However, unless you’re using some kind of URL rewriting (in which case the rewriting rules may be affected by the number of slashes), the uri maps to a path on disk, but in (most?) modern operating systems (Linux/Unix, Windows), multiple path separators in a row … Read more