Cache folder being created in the wrong location
-
I’m running CentOS 6 with Apache. Instead of ia-cache being in wp-content, it’s in the website root folder, together with wp-admin, wp-includes etc., under
/home/username/public_html/websitename.com/wp-content/uploadsMost likely this is because
$_SERVER['DOCUMENT_ROOT']is used, as opposed to just getting the info fromwp_upload_dir()
The topic ‘Cache folder being created in the wrong location’ is closed to new replies.