I have a page, named as index.html
and i want to load it as index.html#home
Because i do have few elements with different ID's, and i want to load the #home content by default.
So when we hit index.html
page it will reload to index.html#home
(unless if no hash is specified in the URL)
How its possible? and forgive my english.