We did not add the feature yet. I will let you know when I add this feature.
any luck with this feature?
Hello! I only have one site, but I am still getting the multisite error when I try to submit the options. The plug in is NOT network activated either.
I will let you know when it is available.
I could not create the multi-site with domain mapping. I could not start.
Hi i purchased the premium plugin for one domain and it was working fine. Now we have combined database of 2 domains. When we activate premium plugin it does not work. Please let me know how to fix this? Do i need to buy again for other domain? Thanks
wp fastest cache works with multi-site anymore. you need to delete wp fastest cache and download the following version to get the latest changes.
https://downloads.wordpress.org/plugin/wp-fastest-cache.zip
later, you need to add the following line into the /wp-config.php file.
define(‘WPFC_MULTI_SITE_BETA’, true);
How about getting it working on Premium? Thanks ๐
Interested in this matter.
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!