Redirect?

Discussion in 'General troubleshooting' started by Donbecker, Dec 4, 2004.

  1. 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?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     
  3. you da' man Bruce!

    Working Saturday?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

Share This Page