I am currently looking into using W3 total cache plugin on our website.
The plugin creates a ‘cache’ folder under wp-content and stores caching files.
I am wondering if there’s a way to define different location for this cache folder.
Thank you for reaching out and I am happy to assist you with this.
What you can do is define the W3TC_CACHE_DIR in wp-config.php. W3 Total Cache check and then default to:
define( ‘W3TC_CACHE_DIR’, WP_CONTENT_DIR . ‘/cache’ );
I hope this helps!
Thanks!
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Cache folder’ is closed to new replies.