I want to have multiple versions of my site that share the same database. I'm wondering if this is as simple as just cloning the site and then in the wp-config having them all use the same database? Will they be able to queue each query appropriately and not conflict? (i'd have them all be on the same server, using different addon domains with cpanel)
I also looked at this method: /
Which talks about making a multi-site network. but it sounds like with this they use the same database but different tables. I want my sites to share users, and plugin tables that store data. All sites will have different TLD.
Thanks for any help on this:)