LS Cache – “advanced cache” error
-
i’m tring to disable “advanced settings / Check this option to include advanced-cache.php”
but when i save the page redirects me from admin.php?page=lscache-settings to admin.php&tab=4 —> error 404.
is there a workaround?my .httacces settings are:
<IfModule LiteSpeed>
###LSCACHE START PLUGIN – Do not edit the contents of this block!###
RewriteEngine on
CacheLookup Public on
###LSCACHE START RESOURCE###
RewriteCond %{ORG_REQ_URI} !^/wp-admin/
RewriteCond %{ORG_REQ_URI} !^/wp-admin$
RewriteRule wp-content/.*/[^/]*(loader|fonts)\.php – [E=cache-control:max-age=3600]
###LSCACHE END RESOURCE###
###LSCACHE START FAVICON###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
###LSCACHE END FAVICON###
###LSCACHE END PLUGIN – Do not edit the contents of this block!###
</IfModule>
- The topic ‘LS Cache – “advanced cache” error’ is closed to new replies.