Recommended method for handling reload in multi-html file sites

Recommended method for handling reload in multi-html file sites

I am developing a site using jQuery Mobile (1.4.5) and decided to use the multiple html page approach for a variety of reasons.  I am sure I am not the first person to do this, but I have not found a solid recommendation on the best way to deal the "location" header and users doing a reload of some non-primary page in the site.  I assume the best approach has something to do with capturing events and masking the URL in the location but...  

Any recommendations?