Redirects allow you to send visitors from one URL to another β whether itβs from an old page to a new one, from http
to https
, or even from one domain to a completely different website.
With Eco Web Hosting, you can set up and manage redirects easily from within your hosting control panel.
π Common Uses for Redirects
-
Redirect
http://yourdomain.com
tohttps://yourdomain.com
-
Redirect
www.yourdomain.com
toyourdomain.com
(or vice versa) -
Redirect old pages to new ones (great for SEO and user experience)
-
Redirect a whole domain to another domain (e.g.
oldsite.com
βnewsite.com
)
π οΈ How to Set Up a Redirect
-
Log in to your Eco Web Hosting client area
-
Click Manage Hosting for your website
-
In the hosting control panel, go to Site Redirection or Redirects
-
Click Create New Redirect
-
Fill in the details:
-
Local URL: the part of your domain you want to redirect (e.g.
/old-page
) -
Destination URL: the full address you want to send visitors to (e.g.
https://yourdomain.com/new-page
) -
Redirect Type:
-
301 (Permanent) β Best for SEO when the change is long-term
-
302 (Temporary) β Used for short-term redirection
-
-
-
Click Create
The redirect will take effect immediately. You can test it by visiting the original URL in your browser.
π Redirecting the Whole Domain
To forward all traffic from one domain to another:
-
Leave Local URL blank
-
Enter the full target URL in Destination URL (e.g.
https://newsite.com
) -
Set the redirect type to 301 if it's a permanent move
π§° Tips for Managing Redirects
-
Use 301 redirects if you're moving content permanently β search engines will update their index
-
Avoid creating redirect loops (e.g. redirecting
/page
to/page
) -
If you're using WordPress, some plugins can handle redirects within your site β but using the hosting control panel is often more reliable
π Want to Force HTTPS?
To ensure all traffic goes to the secure (https://) version of your site:
-
Enable your SSL certificate (via the SSL/TLS section)
-
Then set a redirect from
http://yourdomain.com
tohttps://yourdomain.com
β You can do this either using Redirects or via.htaccess
(ask support if you're unsure)