We have a multidomain drupal 7 application. This is a single application, but is accessible over multiple TLD’s.
Is it possible to direct other domains (with cnames) to the Cloudflare linked domain and also make use of the caching setup of that domain.
So:
example.com is setup in Cloudflare (awesome!!!)
But I also want to let “aliases” of this domain go through Cloudflare:
example.org
example.co.uk
We use this to determine “language” and stuff to serve different content. But the source (drupal 7) of the assets is the same instance of an application.
So is this possible?