VIA Networks is one of the oldest Microsoft hosting companies in existence today, having served the Microsoft hosting community for more than a decade. We provide a full range of Internet-based solutions custom tailored to meet your business objectives.
More About Our Company
Setting Up Site Redirects
Step 1: Create an index.asp file to be put on the site you are currently using by opening a blank Notepad or Wordpad document
Step 2: Paste the following script into your document
<%
Response.Redirect("http://www.domain.com")
%>
Step 3: Once you have pasted the script, save the file as index.asp.

Step 4: After saving the file, you will need to upload the file to your WWW folder.
Step 5: Once you have uploaded the file you will need to log into your control panel
Step 6: Go to Site Management, then go to Web server
Step 7: Click on edit, then click next to get past page 1, then on page two you will see a documents list. At this point you want to click on the index.asp and then click the "move up" button until it is at the top.

Step 8: Click Finish
Step 9: Make sure you see +r under Access permissions per this allows the file to be readable, if not click edit again and click on the read option and that should be fine.

Step 10: try to access your site and make sure that it is now redirecting to your new location.
