Htaccess cache problem

mecfslongcovid.com

Hey everyone. My website doesnt show the correct themes for some people. I found out it has to do something with cache (because it works great in incognito) and html. I use mobirise.

In the mobirise forum i got adviced to use some html in the htacces document and a thing in css however i get i get a 500 error.

    # CONTROL CACHING
    <IfModule mod_headers.c>
    Header set Cache-Control "must-revalidate"
    Header set If-Modified-Since: Fri, 21 Feb 2020 07:28:00 GMT
    </IfModule>

this is the code i was adviced to use in the htacces docs. I assume the problem is in the line with the date but i dont know how to fix it. Should i put ‘’ between the dates for example?

This is a link to the dude on mobirise who adviced me to do this: Cache problem - Mobirise Forums

Maybe yall can make some sense of it

thanks in advance!

This may help

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.