Purge url header not working

#1
Hi,

I am using the following to try and purge a URL:
Code:
header('X-LiteSpeed-Purge: /about/work-for-us');
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:
Code:
header('X-LiteSpeed-Purge: *');
Thanks
Dave
 
Last edited by a moderator:
Top