Need to show only single url for navigating through all the pages
For example : http://localhost:8100/ (login page) http://localhost:8100/ (home page) http://localhost:8100/ (about-us page)
instead of http://localhost:8100/home,,, http://localhost:8100/login,,, http://localhost:8100/about-us,,,
Need help to achieve this.
Thanks in advance.