Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    By manage the cache , as how ? like change LSCWP setting ? or just simple to purge cache?

    Best regards,

    Thread Starter Nathaniel Meyer

    (@beansandrice)

    Just simple to purge cache.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    The plugin itself doesn’t have such way , but however, I have a workaround.

    create a PHP page, with following code:

    <?php
    header("X-LiteSpeed-Purge: *");
    ?>

    for example name it purge.php , so your visitor can purge the cache by visiting https://your-site.com/purge.php

    Best regards,

    Plugin Support qtwrk

    (@qtwrk)

    For further security reason , you can set some restrict access to that page, for example only allow certain IP , use htpasswd, if you know little bit of PHP , you can do a simple password check before access to that page.

    Thread Starter Nathaniel Meyer

    (@beansandrice)

    Hi,

    Thanks,
    But is there not a way to grant the user permissions to see the admin menu items?

    Lind Regards

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    No, currently admin has that access…

    Best regards,

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Editor Role – Cache Management’ is closed to new replies.