In many filesystems “..” corresponds to parent directory. How is it with URLs? I saw some examples behaving according to this scheme, but is this a standard (RFC)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course this is a standard http://www.w3.org/Addressing/rfc1808.txt describes it, the
segment/..is removed iteratively from left to right.