Thread Starter
Mozej
(@mozej)
Ramona, thank you!
I think that I need sleep much more 🙂
That line of code in htaccess was responsible for problem:
# BEGIN Cache-Control Headers
<filesMatch “\.(x?html?|php)$”>
Header set Cache-Control “private, must-revalidate”
</filesMatch>
# END Cache-Control Headers