HandyCache форум

Главная категория => English forum => Тема начата: truefriend-cz от 27 августа 2020, 10:37:44



Название: How change Cache Path structure
Отправлено: truefriend-cz от 27 августа 2020, 10:37:44
How can I define how to save/load pages in the Cache instead of the default format at the lua script:

from:
(for https)
\Cache\https!\www.domain.tld\images\1.png
(for http)
\Cache\www.domain_yx.tld\font.ttf

to format:
(for https)
\Cache\https\www.domain.tld\images\1.png
(for http)
\Cache\http\www.domain_yx.tld\font.ttf

and certificates from:
\Cache\!cert5\...

to
\Cache\certificates\

Thanks