Caching issue on MyBB Forum

Username (e.g. epiz_XXX) or Website URL

Account Name: epiz_28291045
(please specify the website or account you are asking about)

Other Information

The issue is that the php pages appear to be being cached on the server-side, it is very similar to an issue described here regarding MyBB forum software (which I have installed on this account). Which appears to be related to micro-caching
(other information and details relevant to your question)

Well, you can add below statement to .htaccess to enforce no caching.

Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Expires: 0

1 Like

Hi, thanks for your prompt reply, however, unfortunately this did not resolve the issue

We don’t do any micro caching on the server. We do send caching headers to browsers so most static files are cached. If you’re using Cloudflare, they cache some things too. Some network administrators also cache pages on the network level through a proxy of some kind.

Do you have any way we can verify this caching? Can you give us a page where we can do something and see the caching in effect?

1 Like

I’ve set up another forum site on a free subdomain which doesn’t seem to be affected. So I’ll check if this problem has something to do with the domain/ssl/other protections.

Sorry about that, probably should’ve done that first.
Thank you for your help.

1 Like

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