Title: Configurable Cache Directory
Last modified: August 11, 2022

---

# Configurable Cache Directory

 *  Resolved [monarchhf](https://wordpress.org/support/users/monarchhf/)
 * (@monarchhf)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/configurable-cache-directory/)
 * Just need to know what the constant is to use in the wp-config file to move the
   cache to the /uploads directory. My host for security reasons does not allow 
   read/write access from the /wp-content/ directory.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [klarityhealth](https://wordpress.org/support/users/klarityhealth/)
 * (@klarityhealth)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/configurable-cache-directory/#post-15909460)
 * I also need to move the cache directory and would like to know how to do this.
 *  Plugin Author [Shakeeb Sadikeen](https://wordpress.org/support/users/shakee93/)
 * (@shakee93)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/configurable-cache-directory/#post-16160159)
 * Hey guys,
 * Here is how you can update the default caching directory. Add this filter in 
   your `functions.php`.
 *     ```
       add_filter('uucss/cache-base-dir', function (){
           return '/uploads/rapidload/';
       }, 90);
       ```
   
 *  Plugin Author [Shakeeb Sadikeen](https://wordpress.org/support/users/shakee93/)
 * (@shakee93)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/configurable-cache-directory/#post-16301262)
 * Closing this as there is no activity. Please feel free to open if you have any
   questions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Configurable Cache Directory’ is closed to new replies.

 * ![](https://ps.w.org/unusedcss/assets/icon-256x256.gif?rev=2781708)
 * [RapidLoad AI - Optimize Web Vitals Automatically](https://wordpress.org/plugins/unusedcss/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/unusedcss/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/unusedcss/)
 * [Active Topics](https://wordpress.org/support/plugin/unusedcss/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/unusedcss/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/unusedcss/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Shakeeb Sadikeen](https://wordpress.org/support/users/shakee93/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/configurable-cache-directory/#post-16301262)
 * Status: resolved