carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

Redis mixes up website URLs #189

Closed jstoeffler closed 6 years ago

jstoeffler commented 6 years ago

So I followed the instructions to install multiple sites on the same server, but the 3rd one has a problem: as soon as I install the redis plugin, it redirects to the 1st one.

Any idea how to fix this?

jstoeffler commented 6 years ago

Ok, so I found the solution, I needed to set a different cache key salt for each website by adding this to wp-config.php: define( 'WP_CACHE_KEY_SALT', 'websiteX_');

carlalexander commented 6 years ago

I'm going to reopen this as a legitimate bug. Thanks for this @jstoeffler!