after the user logged in, the project-url is root/inside/. The site has 4 different main-sections, which will be displayed in a div via Ajax. The url does not change, after clicking on the links. How can i do it, that the url changes like this after clicking on the links for the main sections:
root/inside/my_account
root/inside/part_one
root/inside/part_two
root/inside/part_three
I would like to use that, because when the user is at one section and uses the back-button in the browser he is at the root. That's not user likely...
Thanks-