I have a one-page site and links on them like <a href="#block1">link1</a>. Browser adress bar shows site.com/#block1
I want the browser gave a line like site.com/block1 and after click on link site.com/block1 browser will open scrolled page to needed block.
This jsfiddle as simple, but it isn’t work http://jsfiddle.net/26LRA/2/
There should be no magic, no php, cms, sql and different plugins. Only pure javascript/jquery
Add: I give you this site http://www.ascensionlatorre.com as that I want, but I can not understand their code
You mean you want to just visibly change the url:
Example
for the link to actually work you need
mod_rewrite, make a.htaccessand add:to read the URL