Hello friends,
How To Redirect Web Page ..?
Click Web Hosting.
Next to the account you want to use, click Manage.
From the Settings menu, select URL Redirects.
Click the New Redirect button.
Enter the domain from your account you want to redirect
A redirect is when a web page is visited at a certain URL, it changes to a different URL. For instance, a person visits "website.com/page-a" in their browser and they are redirected to "website.com/page-b" instead.
The simplest way to redirect to another URL is to use an HTML <meta> tag with the http-equiv parameter set to "refresh". The content attribute sets the delay before the browser redirects user to the new web page. For redirect to occur immediately set this parameter to "0" seconds for the content attribute.
Server based redirects are likely the best approach, so long as you don't have hundreds/thousands of them (that can slow things down).
To create an HTML redirect, place the document's head tag. In the example above, the page will be redirected to the specified page within 5 seconds (as shown in the "content" property).
There are several ways of doing this everything depends on what you want to use:
HTML redirects
JavaScript redirects
Apache redirects
Nginx redirects
Lighttpd redirects
PHP redirects
Ruby on Rails redirects
.NET redirects
Node.js redirects
Flask redirects
About each of these redirects you can read [https://css-tricks.com/redirect-web-page/]here[/https://css-tricks.com/redirect-web-page/]