Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Matthew Boynes

    (@mboynes)

    Hi George,
    Sorry for the delay. If you haven’t figured this out yet, the answer is to set the salt key in your wp-config.php file, e.g.:

    define( 'WP_CACHE_KEY_SALT', 'site-1' );

    The salt can be any string; I would advise making it descriptive of the site in some way, like the domain name.

    Thread Starter George

    (@chainkiller)

    Thanks. Should add that info in the FAQ or installation page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using plugin for 2 sites on same server’ is closed to new replies.