For my PHP based Ajax heavy project I'm using
history.pushState({}, '', newUrl);
to change url in adressbar.
But this disables forward and backward buttons of browsers. When I backward url changes in adressbar but nothing happen. It's okay if it will not ajax load but just redirect to previous url (with page refresh). I don't need complex popstate or other thing.
How to fix this issue?