So I have a need for pointing a customer’s domain to a website hosted on Cloudflare domain
The customer’s domain is of the form abc.example.com while the domain on Cloudflare is of the form server.hosted.com/example. So I want abc.example.com to be pointing to a subfolder server.hosted.com/example
I’m aware of Cloudflare for SaaS but couldn’t find a solution for this use case. Could I know how it could be routed this way?
It will append the path to the domain in the request sent to your origin server. So when the user visits https://abc.example.com/ Cloudflare will send a request to https://server.host.com/example/