pluginkollektiv/cachify

Automatically add rewrite rules per filter

Opened this issue · 1 comments

For Apache servers with mod_rewrite.c we can use the rewrite rules filter to add the rewrite rules we need when we use HDD caching.
https://codex.wordpress.org/Plugin_API/Action_Reference/generate_rewrite_rules
We should think about implementing this.

related to #27