I have a url that is
filemgr.php
when a user navigates to lower levels of said file manager it shows up as
filemgr.php#userfiles/username/Images
Is there a way to just have it show up as
filemgr.php
with out the rest of the url showing?
I am open to .htaccess editing and php code.