• Resolved Bogdan C

    (@bogdan101083)


    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>

    • This topic was modified 8 years ago by Bogdan C.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author LiteSpeed Technologies

    (@litespeedtech)

    Hi @bogdan101083

    It looks like for some reason, the redirect lost the actual page itself and only kept the tab.

    Do you have any plugins that alter how the admin page works?

    Another option is to try going to WP-Admin->Settings->LiteSpeed Cache. This will utilize a different URL. Does it work here?

    Cheers,
    Kevin

    Plugin Support Hai Zheng?

    (@hailite)

    This is fixed in v1.0.15

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘LS Cache – “advanced cache” error’ is closed to new replies.