DotNetNuke, subdirectories and redirection

Discussion in 'ASP.NET / ASP.NET Core' started by dnnDave, May 3, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi all!
    I successfully installed DotNetNuke 2.0 in a subdirectory as reccommended. I have a redirect page in the root directory with the code:

    response.redirect( "http://www.mydomain.com/DotNetNuke/Default.aspx" )

    is there any way to hide the fact that we're in a subdirectory from the user? the full path (www.mydomain.com/DotNetNuke/Default.aspx) shows in the address bar...

    Thanks!

    dave
     
  2. You could upload your dotnetnuke files to the root, but any other applications you may have under the root might fail.
     
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