<IfModule mod_headers.c><br>
Header append Cache-Control "no-store, no-cache, must-revalidate"<br>
</IfModule><br>
<br>
# Expires<br>
<IfModule mod_expires.c><br>
ExpiresActive On<br>
ExpiresDefault "now"<br>
</IfModule>
Source: https://habr.com/ru/post/72588/