I just want to make my browser stop redirect. I have an app working like google drive. I want that when I click a folder at a TreeNav, it only adds to the url and doesn't redirect.
Eg. from "/home" to "/home/folder1/folder2" with no redirect.
I already have the files for each folder fetched at first load so i just need a way to manipulate the url without redirect and change the files shown in the filebox when at a current directory.