Multisite Drupal reference

Memcache support for multisites:

for each site settings.php add the following line.

$conf['memcache_key_prefix'] = 'mysite1';

Comments

Popular posts from this blog

Programatically create layout builder section in Drupal

Code quality analysis of Drupal. Can I use Sonar?

Symfony3.4 and Drupal console commands reference