Cached files in Falcon mode are not served from custom wp-content dir
-
The problem lies in the generated .htaccess file for Falcon engine mode which assumes that wfcache dir is under the default path to wp-content directory but when someone is using custom wp-content directory, this practically disables the whole caching (rewrite rules are skipped).
This can be temporarily solved by symlinking the wfcache under the wp-content dir but please fix the getHtaccessCode() function and use WP_CONTENT_DIR constant instead.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cached files in Falcon mode are not served from custom wp-content dir’ is closed to new replies.