PDA

View Full Version : Redirect?


Donbecker
12-04-2004, 03:52 AM
I'm running dotnetnuke, and I installed it in a sub-directory.

How can I redirect all requests for my root folder to the sub folder?

bruce
12-04-2004, 05:24 AM
Create a index page (call it index.aspx)

In the page add these code


<%

response.redirect('/dotnetnuke')

%>

change the redirect location to your subfolder name.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

Donbecker
12-04-2004, 09:53 AM
you da' man Bruce!

Working Saturday?

bruce
12-06-2004, 08:02 AM
works 7 days a week!! /emoticons/tongue.gif

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)