How can I remove internal link from the URL in my browser so when user refresh website he can see default URL?
For example:
URL: www.something.com //default website url
after using internal links URL takes this form:
URL: www.something.com/#top
When I click refresh on my browser I am still seeing
URL: www.something.com/#top
and I want to see URL: www.something.com
because on my iPad this is triggering two server calls and I need to be sure to remove those internal links.