I am looking to update part of my website to have more friendly URLs.
Currently I am using #tags at the end of the URL which means the page doesn't refresh when say I go from example.com/trucks
to example.com/trucks#1234_235_23
But I want to transfer that to be
example.com/tracks/large/standard/VXR-Maloo
But this needs to work in IE7 and 8 and also needs to not refresh the page after I go to example.com/trucks
.
I was thinking of a history API but this will not work for IE7/8 so does anyone have any suggestions?
The back end is on a java platform.