How can I cache php files in CloudFlare?

I want to add cache files created from php pages to jpg and pdf files of cloudflare with URLs in the form "index.php? File = hola.pdf". The created files are static and the same each time, but I think they are not cached due to the php file name extension.

What can I do? What do you suggest? Thanks and welcome

+3
source share
1 answer

Use PageRules to expand the cache to include php and other files.

Notes. We do not cache the MIME type. The default configuration for CDN caches these static default content types .

+5
source

All Articles