As we are developing our course we have a need to make multiple releases.
I am doing the usual thing of
1. building and test the course
2. tar up the build directory
3 ftp the tar unzip the build file
4. use a symbolic link to point at the new release from inside the web root
Its all working fine except that I cant find a way to clear the users cache, if the sym link is not there I get a 404 but if it is there the users sees the old contents not the new.
Renaming the symlink to be say course12 all works.
Its not the server cache as far as I can tell, I restarted the web server
Is there a way that I can force a refresh in the clients browser without telling them to clear their cache?
Thanks