0

I would like to host:

They will be hosted on 2 different providers.

How can this be achieved?

Techboy
  • 1,550
  • 7
  • 31
  • 49

1 Answers1

1

www.example.com can only be pointed at a single provider using DNS.

You could have one provider forward on calls for a subpath to the other provider.

Or you could introduce a third piece to the puzzle. If the one provider is something like Cloudflare, that could then pass traffic for the subpath to one PrestaShop, and the rest to Ghost

Mike Bryant
  • 161
  • 2
  • Some more info: It won't work of the site you are trying to proxy to is on a shared instance (no unique IP address). https://www.networkchimp.fun/tutorials/portzilla-location.html looks like it will be an easy solution. Also see https://serverfault.com/questions/663966/can-i-redirect-to-other-subdirectory-of-another-site-with-cloudflare and https://statushero.com/blog/serving-a-blog-from-a-subdirectory-with-cloudflare-workers/ – Techboy Nov 15 '20 at 22:38