Is there a way to redirect several different domains in ISPC3 to one site?
This seems to work OK with Alias domains but aliases don't "redirect" so the website is displayed with wrong domain address.
If Apache rules are also used with redirect options an infinite loop is usually the result.
I would like to have this setup...
domain1.com ->
www.domain.fi
www.domain.com ->
www.domain.fi
domain1.net ->
www.domain.fi
www.domain.net ->
www.domain.fi
domain2.com ->
www.domain.fi
www.domain.com ->
www.domain.fi
domain2.net ->
www.domain.fi
www.domain.net ->
www.domain.fi
etc.
How should this setup be configured so that infinite loop does not result?