Is it possible to automatically change the url example.com/4000/title-2/#!4000 to example.com/4000/title-2 without to refresh the page ? Basically to remove "/#!4000" from the URL. Note that is important to remove the "/" before the hashbang not just the hashbang .
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
dont know if it is enough for you and whether it works completely cross-browser... chrome accepts:
but this keeps the "#" in the address bar in modern browsers that completely support the html5 history api you do:
EDIT: this dies not change the history of the browser EDIT 2: just found this stackoverflow resource |
|||||||||||||
|
hrefof a link element, orwindow.location? I'd suggest, if you want to change the URL in the browser's address-bar, that you look at url-rewriting, with whatever you've got running on your server (Apache?). – David Thomas Apr 21 '12 at 17:38