Cache Directory
-
According to the FAQ I’m able to change the default autoptimize cache directory using the following lines:
define(‘AUTOPTIMIZE_CACHE_CHILD_DIR’,’/resources/’);
define(‘AUTOPTIMIZE_CACHEFILE_PREFIX’,’aggregated_’);However, doing this causes autoptimize to read / write files to wp-content/resources/
What if I want, autoptimize to read / write to /var/tmp/resources/
It keeps re-writing every URL attempt into /var/www/site/wp-content/resources
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cache Directory’ is closed to new replies.