• Resolved thehowarde

    (@thehowarde)


    Hello.

    Sorry if the answer is somewhere else, but this seems like an odd config issue that I am stumped on. I’m using this plugin on several sites, and it works just fine (as expected). However, on two sites I’ve attempted to enable this plugin, and it redirects me to another site entirely, on the same server. If I delete the object-cache.php file from wp-content, then I can get back to the original site. I know this is a bit vague, but is there something you think I could look for in an effort to figure out why this is happening?

    Thanks so much.
    Howard

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Yeah, you gotta set the WP_REDIS_DATABASE for each site to a different index, otherwise the data mixes.

    Thread Starter thehowarde

    (@thehowarde)

    So like this? define( 'WP_REDIS_DATABASE', 0 );

    Thanks for the quick reply.

    • This reply was modified 3 years ago by thehowarde.
    Plugin Author Till Krüss

    (@tillkruess)

    Yep, and be sure to run FLUSHALL after changing this for each site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Object Cache Redirects to Other site on same server’ is closed to new replies.