/wp-content/cache only whitelists 404’s for files that don’t exist in the /wp-content/cache folder.
Try /wp-content/cache/supercache and/or /wp-content/cache/supercache/minify
Thread Starter
sguk
(@sguk)
Ah, ok will try that.
I assumed “file/folder whitelist” would be that wp-content/cache would whitelist the cache folder.
From what you suggest it sounds like we need to whitelist the folders which have the specific files in.
Thanks!
Please ignore my previous post. It turns out to be incorrect.
“wp-content/cache” only whitelists a (folder) request like:
http://www.example.com/wp-content/cache
So the request below (when resulting in a 404) is NOT whitelisted:
http://www.example.com/wp-content/cache/test.jpg
-
This reply was modified 7 years, 9 months ago by
nlpro.
Thread Starter
sguk
(@sguk)
I even tried http://www.example.com/wp-content/cache/* which works in some cases with folder names but it didn’t in this case.
Off thing is that /wp-content/cache is added as default with the plugin install!