Multiple sub-domains with different app settings each

Hi guys,

I'm creating a tours web site, and we are planning to offer some kind
of white label program for other tour distributors. And each or some,
probably will need to have different settings, which I can load from a
table.

Question: How and where should I be handle the url requests and see
which domain or sub-domain is the one who's requesting the data?
Since, like I said, depending the URL I will be loading different site
settings.

Thank you for your tips and info

Felipe Serrano

Felipe I would create a n interceptor that runs at preprocessing to determine site
Informatn and setup the request

Thank you Luis,
I will look into that, at this moment.