###W3TC MU-Plugins Install
-
####Add Apache Rewrite Rule -> .htaccess:
- RewriteRule ^wp-content/plugins/w3-total-cache(/.*|)$ /wp-content/mu-plugins/w3-total-cache$1 [L,NC]
-
####Add WP-Config Option -> wp-config.php:
- define('W3TC_DIR', dirname(FILE).'/wp-content/mu-plugins/w3-total-cache');
-
####Add w3tc plugin -> mu-plugins/:
- Upload entire plugin to mu-plugins/w3-total-cache/
-
####Add mu-plugin wrapper file -> mu-plugins/w3-total-cache.php
<?php require WPMU_PLUGIN_DIR.'/w3-total-cache/w3-total-cache.php';
Some notes on the above.