w3tc error when using sucuri feature
-
i tried to harden my wp with sucuri, when i harden wp-content, sucuri adding htaccess file on wp-content with this code
<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>
this causing w3tc minify feature unable to rebuild. is there something wrong with this?
thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘w3tc error when using sucuri feature’ is closed to new replies.