How can I get my subdirectory with DotNetNuke 4 my default for domain

Discussion in 'Third-party applications' started by Paulym1967, Aug 9, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Probably an easy question, but I would like our domain to default to domainnaim\dotnetnuke and not display the dotnetnuke portion of the URL. Do I have to move the whole application to the root? I do not want to do this. Thanks a lot for your help.
     
  2. I can't answer your question but I would like to know the answer to this as well. Also, I was hoping you could tell me the URL you need to type into the browser to actually initiate the dnn 4 install.

    Thanks.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    2 options

    A) Move DNN to your site root

    B) Put a redirect on your site root to redirect to the sub directory. The URL will still show the sub dir though.

    I do not recommend you put DNN on your site root unless you do not intend to put any other applications in any subdirectory.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Why will option A not work for multiple applications in sub-folders?

    The KB 10182article says:


     
  5. Bruce

    Bruce DiscountASP.NET Staff

    This is because the web.config file is inherited from the site root down to all your sub directories.


    DNN has a lot of settings in the web.config file that will likely cause conflict with your other appications. I guess it is a little extreme to say that all sub application will not work.


    In order for you to get the sub application to behave properly, you will need to understand how DNN work completely andundo those settings in the web.config in the sub application.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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