Caching only pages without query string |
Is there a way to save the cache only for pages without querystring in the url?
Example: www.site.com/product (cache yes) www.site.com/product?cat=4&dr=45 (cache no) Thanks (01-27-2021, 04:22 AM)henry_miaomiao Wrote: Is there a way to save the cache only for pages without querystring in the url? PHP Code: // app/Config/Cache Maybe there is an easier solution.
(01-27-2021, 08:27 AM)iRedds Wrote:(01-27-2021, 04:22 AM)henry_miaomiao Wrote: Is there a way to save the cache only for pages without querystring in the url? Thanks; could be usefull |
Welcome Guest, Not a member yet? Register Sign In |