How to redirect site or setup site

Discussion in 'ASP.NET / ASP.NET Core' started by Carlos, Feb 17, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I installed communityserver softwareunder the folder cs.Worked like a charm. In order to get to the site I need to typewww.mySite.com/cs. Is it possible for me to set upwww.mysite.comand have it point to the cs folder orhow can I reconfigure my setup to accomplish the same result? Thanks.


    Carlos
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    - Create a page with the following code

    <%

    response.redirect('/cs')

    %>


    - Upload the page to the website root and name it with any of the default doc names (index.asp or default.asp)

    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