I have a website that caters to multiple companies. But the domain is the same. You have acquired two new domains to resolve these issues but the site will be kept the same IIS server.
Now what I can not do is the following:
Today I have the domain:
www.empresa1.com.br/empresa1.aspx
www.empresa1.com.br/empresa2.aspx
www.empresa1.com.br/empresa3.aspx
What I want to do is leave a domain pointing directly to the aspx page of each one, that is:
www.empresa1.com.br/ -> Redireciona para: /empresa1.aspx
www.empresa2.com.br/ -> Redireciona para: /empresa2.aspx
www.empresa3.com.br/ -> Redireciona para: /empresa3.aspx
Does anyone know how to configure this in IIS? (Windows Server 2012)