Multisite Drupal reference
Memcache support for multisites:
for each site settings.php add the following line.
$conf['memcache_key_prefix'] = 'mysite1';
for each site settings.php add the following line.
$conf['memcache_key_prefix'] = 'mysite1';
Comments
Post a Comment