Forum Moderators: open
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="pragma" content="no-cache">
<title>my title</title>
</head> Header set Cache-Control "max-age=0" Header set Cache-Control "max-age=0"On my test site I use
ExpiresActive On
ExpiresByType text/html "access"
which also seems to work. It's a bit rough on the occasional human whose browser then has to re-request a page they only visited five minutes ago, but it can’t be helped.