Default home page to dotnetnuke 4.X

Discussion in 'Third-party applications' started by jameswongkb, Aug 28, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I just subscribe to discountasp.net and would like to start my new dotnetnuke (DNN) website asap. Before I install the DNN 4.X, I read the instruction in the KB and it suggests that DNN files should be uploaded to a sub-directory under the root one. Therefore, the portal URL will become http://www.abc.com/dnn but NOT http://www.abc.com.

    How can I configure via the my.discountasp.net that default website http://www.abc.com will redirect to DNN portal website automatically. It is indeed very inconvenient to remember URL like http://www.dnn.com/dnn ... and all other links with DNN embedded ... how can I hide the DNN in the URL ?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    The simplest way to do this is to put a redirect file in your site root.

    Create a page with the following content and name it index.aspx

    <%
    Response.Redirect("/dnn")
    %>

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. yes thks !
     
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