Closed oczki closed 6 years ago
Add a ?v=2 or something like that to each resource's path in index.php, forcing the browser to load a new version.
?v=2
index.php
To prevent unnecessary loading, the actual value could be taken from the given file's last modification time.
Also, consider disabling eTags. See https://github.com/phanan/htaccess for details.
Add a
?v=2
or something like that to each resource's path inindex.php
, forcing the browser to load a new version.To prevent unnecessary loading, the actual value could be taken from the given file's last modification time.
Also, consider disabling eTags. See https://github.com/phanan/htaccess for details.