|
Using the URL Redirection system |
Page
1 |
2 |
3
|
Instruct the Redirection server, what to answer for a request for www.test.com
Basically you have 3 options, what the Redirection server should do:
- Frame Redirect
- Direct URL Redirect
- Direct HTML Output
If you want a redirection to your existing webpages at i.e. http://www.geocities.com/users/fred/
|
Most users will take a Frame Redirect, as it's easy and looks fine to the enduser.
So go to: URL Redirection -> Add URL Redirect
Use the form Frame Redirect.
In the field Requests for (Hostname) enter www.test.com
In the field will be redirected to enter http://www.geocities.com/users/fred/
Store the redirect, and you are done.
Easy, isn't it ?
|
If you want a simple 'parking Webpage' without having an external Website
|
That's the Direct HTML Output method.
Go to: URL Redirection -> Add URL Redirect
Use the form Direct HTML Output.
In the field Requests for (Hostname) enter www.test.com
In the field HTML Source you can put your HTML text.
Simply replace Homepage with your own text.
<html>
<head>
</head>
<body>
Homepage
</body>
</html>
|
Store the redirect, and you are done.
|
|
|
|
|
 |