lscache purge all not work!

serpent_driver

Well-Known Member
#2
To purge the entire cache you can also use alternative ways and for this you don't have to use curl.

Generate a blank PHP page and paste the code below to this file:

Code:
header("X-LiteSpeed-Purge:*");
 
Last edited:
Top