Configure domain names for the same site (different files) IIS WS2012

Asked

Viewed 278 times

1

I have a site that caters to multiple companies. However, the domain is the same. Two new domains have been acquired to solve these problems but the site will be maintained on the same IIS server.

Now, what I can’t do is this:

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, ie:

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 set this up on IIS? (Windows Server 2012)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.