WP Multisite – Additional subdomain on each site for API purposes
-
We have WP multisite network with WooCoomerce shops. All the network is served through Cloudflare CDN.
Our ERP is accessing WooCommerce API of each website in the WP network. Since there so many, calls we are getting 503 from Cloudflare. It’s not a server problem. It’s a problem of too many requests to Cloudflare.
So what I would like to have is a separated subdomain (example: api.domain.com) for each domain in the network. That subdomain will not be proxied thru Cloudflare.
Exaple:
I have sites:
– domain1.com
– domain2.net
– domain3.orgAll those domains are proxied thru cloudflare CDN. To each of this sites I would like to add subdomain API which will not be proxied thru Cloudflare. So if you visit domain1.com or api.domain1.com it should be exactly the same website.
How to do I do that? How can I add an additional subdomain to a site on WP multisite network?
- The topic ‘WP Multisite – Additional subdomain on each site for API purposes’ is closed to new replies.