Hi,
I am using the following to try and purge a URL:
But it's not working, when I run that header in my code and then go back to the page I still get a cache hit in console.
Could it be LS configuration on the server?
I can definitely purge all the cache using:
Thanks
Dave
I am using the following to try and purge a URL:
Code:
header('X-LiteSpeed-Purge: /about/work-for-us');
Could it be LS configuration on the server?
I can definitely purge all the cache using:
Code:
header('X-LiteSpeed-Purge: *');
Dave
Last edited by a moderator: