PDA

View Full Version : How do I create a simple redirect in the root folder


Cedric
11-24-2006, 05:14 AM
Hello Folks,

I have installed Community Starterkit and I can only access it from this Address:


http://peopleparliament.net/community. How do I create a simple redirect script inmy website root to redirect the page to the community folder so that I can access it my typing my URL: www.peopleparliament.net (http://www.peopleparliament.net).


Regards

bruce
11-24-2006, 06:18 AM
Use notepad or any editor, create a page with the following content

<%

response.redirect ("/community")

%>

save it as index.asp into your website root.

Bruce

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