I’m running a web site with a LAMP stack, and when I need to perform maintenance on the site, I modify .htaccess to redirect all users to a static “site maintenance” html page.
When I let users back in to the site, a percentage of users still get the site maintenance page.
I know this is a browser caching issue, my question is, is there something I can do (send a php header?) to prevent this from happening? Most of the users are non-technical, so clearing their browser cache would not immediately come to mind for them.