Create your index.html or default.asp page, then use the following code in the file to redirect to the page you want the visitor to hit first:
- Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Your Domain Name</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="0;URL=http://www.yourdomainname.com/page_name.aspx">
</head>
<body>
</body>
</html>
