[Plugin: WP Super Cache] MULTISITE instead VHOS in wp-cache-config.php
-
Hi Donncha,
is time to change VHOST with MULTISITE in wp-cache-config.php, because VHOST from WP 3.0 is not in use, when you have mulstisite installation.So, I believe that right code in wp-cache-config.php will be:
// We want to be able to identify each blog in a WordPress MU install
$blogcacheid = ”;
if( defined( ‘MULTISITE’ ) ) {
$blogcacheid = ‘blog’; // main blog
if( constant( ‘MULTISITE’ ) == true ) {After this change I have in cache directory, beside supercache dir, also blogs dir (with subdirs).
Best regards,
Srecko
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP Super Cache] MULTISITE instead VHOS in wp-cache-config.php’ is closed to new replies.