can we change the cache folder path
-
chmod 777 /code/wp-content/cache
mkdir /code/wp-content/w3tc-config
chmod 777 /code/wp-content/w3tc-config
rm -rf /code/wp-content/cache/tmpthis is the error we are getting. as per custom frame work we have desabled the writing access to wp-content folder, we have a soft link on wp-content folder that can be accessed as wp-content/uploads/ .. is there any settings in the plugin to mahe the above folder to create and update like chmod 777 /code/wp-content/uploads/w3/cache
mkdir /code/wp-content/uploads/w3/w3tc-config
chmod 777 /code/wp-content/uploads/w3/w3tc-config
rm -rf /code/wp-content/uploads/cache/w3/tmp
The topic ‘can we change the cache folder path’ is closed to new replies.