I have a live website, but as changes are always there, I need the user to view the latest HTML files, i.e. load the files from the server instead of browser cache.
When this website went live I didn't know about:
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
I have made my website using HTML, CSS, jQuery and PHP where necessary.
What can I do to make the website load directly from the server?