I have a website that because of an ill-prepared apache conf file has instructed users to cache a website URL several years into the future. As a result, when a person visit
There are several options to achieve this First In the section add meta tag:
Basically the browser won't cache the page.
Another option is to set sessions, this will force the browser to a new session each time they go, and thus make the browser get the page from the server instead of the cache
You can add this to your website for a couple of days and then remove. I really don't know if it will do, but perhaps you will find it useful