[Plugin: W3 Total Cache] How to change the patch for minified css and jc
-
I changed my wp-content, plugins and themes folders in wp-config file.
When I activate the plugin all is just fine, but after that when I use minify option the path is wrong on the page where the css and js are minified.
example:
The website is hosted on https://www.example1.com
Then in wp-config file I have:define( ‘WP_CONTENT_DIR’, ‘/var/www/example2/web/wp-content’ );
define( ‘WP_CONTENT_URL’, ‘https://main.example2.com’);
define( ‘WP_PLUGIN_DIR’, ‘/var/www/example2/web/wp-content/plugins’ );
define( ‘WP_PLUGIN_URL’, ‘https://plugins.example2.com’);
define( ‘WP_THEME_DIR’, ‘/var/www/example2/web/wp-content/themes’ );
define( ‘WP_THEME_URL’, ‘https://themes.example2.com’);When I activate the plugins the folders are created under example2, but after that when I open the website the urls point to example1.com
- The topic ‘[Plugin: W3 Total Cache] How to change the patch for minified css and jc’ is closed to new replies.