Pointing a domain name to a DNN child portal

Discussion in 'Third-party applications' started by dma111, Apr 23, 2012.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a domain, dmcma.com, that has now propagated to DiscountASP, pointing to my root folder. I have another domain, southshoresha.org, that also points to the root folder.

    I have created a child portal with the alias, dmcma.com/southshoresha. If I enter http://dmcma.com/southshoresha/Home.aspx, the site comes up fine. How do I get it to come up with southshoresha.org? A parent portal? Or is there an easier way (without having to set it up in IIS)?
     
  2. martino

    martino DiscountASP.NET Staff

    To redirect subdomains or domain pointers to specific directories, we have some redirect information and sample code in our Knowledge Base, at: http://support.discountasp.net/KB/a369/how-to-redirect-a-subdomain-to-a-subdirectory.aspx.

    You may also use the URL Rewrite module to do redirection if you are in a Windows 2007/IIS7 server.

    For more information about the URL Rewrite module, you can read the following blogs:

    http://blog.discountasp.net/url-rewrite-2-0-for-iis-7-is-here/
    http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page