lscache getting 4030 when trying to re-cache (solved)

#2
hmm I may have found the cause - The litespeed url for cleanign cache has an uppercase C but The re-cacheurl does not
index.php?option=com_lscache&cleanCache=XXXXX

eg cleanCache

if I change the erorr log url index.php?option=com_lscache&cleancache=XXXXXXXX&tags=Y29tX3VzZXJzLGNvbV91c2VyczoyMDM3MzksY29tX3VzZXJzLGNvbV91c2VyczoyMDM3MzgsY29tX3VzZXJzLGNvbV91c2VyczoyMDM3Mzc=%20HTTP/1.1

to

index.php?option=com_lscache&cleanCache=XXXXXXXX&tags=Y29tX3VzZXJzLGNvbV91c2VyczoyMDM3MzksY29tX3VzZXJzLGNvbV91c2VyczoyMDM3MzgsY29tX3VzZXJzLGNvbV91c2VyczoyMDM3Mzc=%20HTTP/1.1

then it works

How can I change all the re-chache URLS is this a bug?
 

Pong

Administrator
Staff member
#3
Check error log to see why 403. maybe it hit mod_security rule. If so, you can disable that rule.
 
Top