W3 Total Cache error:It appears Minify URL rewriting is not working.
-
After many red herrings, including NGINX config and security plugins, I realised there was an .htaccess file at /wp-content/ directory with the following:
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>Which will stop this test from working:
https://www.yourdomain.com/wp-content/cache/minify/000000/w3tc_rewrite_test
Remove that .htaccess file and you can start combining css and js files straight away and the plugin works correctly.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘W3 Total Cache error:It appears Minify URL rewriting is not working.’ is closed to new replies.