Hi, this question might be available online but sorry that I cant find a solution that I understand. Can someone pls help me?
The situation is this, I would like users' browser to cache external .css and .js files. However, each time I made changes, I would want user's browser be able to load the updated external files instead of using the previous cache. I found out that by adding parameter when including ext .css and .js files will help. But when I did this, I found out that browser no longer cache the files and but keep on loading the external files each time i visit the page. May I know how can i solve this? Thanks..