Hi Emre! First of all, thank you for your incredible work. This plugin is a “must have” plugin all wp sites need, and I like it more than other similar ones. Just wanted to tell you ??
Well, I’m adding myself to this thread since I’m experiencing an issue I think is similar to multi site support. I’m using a plugin to be able to map URLs to different domain: “Multiple Domain Mapping on single site” (plugin name). I built kind of a landing pages website. What is happening to me is that cache is being captured by other domains/pages. For example:
Page A (example.com)
Page B (other.com)
— destroy cache —
User requests Page A => Returns Page A (ok)
User requests Page B => Returns Page A (bad)
— destroy cache —
User requests Page B => Returns Page B (ok)
User requests Page A => Returns Page B (bad)
May it be that cache is being returned just checking the URL instead of DOMAIN + URL? So, “example.com” become “/” and “other.com” become “/”, so plugin assumes it’s the same page being requested.
Any chance to take a look at this, please? I’d really appreciate it. Thank you!