Using Cloudflare CDN on one of my websites, everything seems to be working fine, however I also have some .htaccess rules which limits the accessibility of a subfolder based on IP address, as everything goes through Cloudflare this no longer works, disable HTTP and DNS proxy and it's working again.
I have added a page rule in Cloudflare which should by pass the cache for the folder
but this doesn't seem to work, any ideas?
I have added a page rule in Cloudflare which should by pass the cache for the folder
Code:
*.$subdomain.$domain.com/$folder/*
Comment