HTML5 Histroy API/History.js how to go to a shorter URL when coming from a long one

103 views Asked by At

I want to be able to do someting similar to Dropbox. when accessing the URL

site.com/folder1/folder2/folder/folder4

through a regular request how can I use the history API so I can jump to folder1(I want to set the link to site.com/folder1) when I havent loaded all the links with the client? Reading through the specification I was left with the impression that this is impossible but Dropbox for example has such client side functionality. EDIT: Problem solved. See comments

0

There are 0 answers