Having links relative to root?
A root-relative URL starts with a / character, to look something like <a href=”https://stackoverflow.com/directoryInRoot/fileName.html”>link text</a>. The link you posted: <a href=”https://stackoverflow.com/questions/5559578/fruits/index.html”>Back to Fruits List</a> is linking to an html file located in a directory named fruits, the directory being in the same directory as the html page in which this link appears. To make it … Read more