PDA

View Full Version : DotNetNuke, subdirectories and redirection


dnnDave
05-03-2004, 04:25 AM
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

Aristotle
05-03-2004, 06:56 AM
You could upload your dotnetnuke files to the root, but any other applications you may have under the root might fail.