By default CF only caches static files that would typically be cached by browser. CSS, JS, images etc. They don't even cache .html, there is explanation and list of files they cache by default here:
https://developers.cloudflare.com/cache ... -behavior/
Since attachments in phpBB are served through php file these are not cached. Under caching you can set up custom page rules, for example you can add rule if URI contains:
https://developers.cloudflare.com/cache ... -behavior/
Since attachments in phpBB are served through php file these are not cached. Under caching you can set up custom page rules, for example you can add rule if URI contains:
/download/file.php?avatar= or simply /download/file.php . Note if you add second one it will break phpBB's attachment permissions.Statistics: Posted by thecoalman — Tue Jun 03, 2025 3:24 pm