Multiple domain redirection

Discussion in 'ASP.NET 2.0' started by concrc, Jul 30, 2008.

  1. Hi,
    There are several ways to do this.

    Something thatI find to workquickly for incoming requests is to use a default.asp page in the root.
    In your control panel make sure it is a default page.

    Then use it only to filter incoming requests.


     
  2. I have three different domains that I would like to all to point to one web site.

    Example:
    www.thisistheone.com domain #1
    www.thisisthe2nd.com domain #2
    www.thisisthe3rd.com domain #3

    No matter what domain name is entered I would like to "redirect" all of them to
    domain #1 (the exact same web pages are being processed for all three domains).

    Can this be done with the redirect?

    Thanks for any help you can provide.
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    You will need to add each domain as a Root Domain Pointer.



    Eric
    http://www.DiscountASP.NET - Microsoft Gold Certified Partner
    - asp.netPRO Magazine 2008 Readers' Choice Award for Best ASP.NET Hosting Service
    - asp.netPRO Magazine 2007 Readers' Choice Award for Best ASP.NET Hosting Service
    - Visual Studio Magazine 2007 Readers' Choice Award for Best .NET Hosting Service
     

Share This Page