Based on FAQ page you shared maybe regular expressions doesn’t works on “Purge Additional Pages”?
Which textareas for file entries support regular expressions?
Page Cache: Never cache the following pages, Cache exception list, Non-trailing slash pages
Database Cache: Never cache the following pages
CDN: Custom file list, Rejected files. The CDN fields only support regular expression on the filename.
Hello,
Many thanks for your answer.
I checked and still not works, I’m not sure what I’m doing wrong.
If I insert “directory/page1/” and “directory/page2/” works fine, cache are cleaned on this pages, if I use Regular expression, not works.
Tested and works fine:
directory/
directory/page1/
directory/page2/
Not works fine:
directory*
/directory*
/directory/.+
directory/.*
/directory/.*
… others Regular expression tests seems not works…
Any clue what can be wrong?
thanks