When including the CSS or JavaScript files add a parameter to the end of the file:
1 |
<link rel="stylesheet" type="text/css" href="style.css?version=4122005" /> |
If there’s a need to force refresh constantly the parameter could be generated dynamically with PHP (time stamp etc.).