How do I get a domain to redirect to another website?
How do I get a domain to redirect to another website?
You can try our domain and email forwarding plan. See Email & Domain forwarding | myhosting.com for details.
-Jeremya
True...it's pretty darn easy.
I have been trying to forward a domain, which should be a simple procedure. I signed up for email/domain forwarding. Ok....now what. I can do this in two minutes in GoDaddy...sorry....but I'm frustrated. I should be able to login to my account, select the domain I want to forward, and type in the forwarding address. Why is it so complicated. Please help someone...Thank you very much! :-)![]()
this is a feature we're hoping to improve in terms of ease of use in the near future. In the mean time, to create a forwarding address in your onCloud control panel,
1) log into https://manage.myhosting.com and click All Domains.
2) click the domain name with your forwarding associated with it (presently its labelled as "Exchange")
3) scroll down and click Website and Email Forwarding () to log into that subscription.
4) Click Exchange
5) Click Contacts > Add a new Contact
6) Enter your settings and be sure to assign the email address at the bottom to your forwarding domain and click Submit.
-Jeremya

Instead of setting up a redirect in the Control Panel, you can set it up yourself. There are two kinds of redirects: server redirects and client redirects.
Server Redirects
This depends on whether you are using IIS or Apache. If you're using Apache, create a file called .htaccess with the following line in it:
Make sure to change the example domains. Save the file and upload it to your server.Code:redirect 301 /old/old.htm http://www.you.com/new.htm
Client Redirects
Just add the following meta tag to the head section of an HTML page:
Make sure to change the example URL.HTML Code:<meta http-equiv="Refresh" content="0; URL=http://www.you.com/new.htm" />
When someone visits the page, they will be redirected to the new page.
These are just some examples. You can also set up redirects in Javascript and PHP, but I don't want to go crazy with examples.
Shane.
Last edited by sgoodman; 2010-05-19 at 06:03 PM. Reason: clarification
Basic Linux Hosting on classic platform; Parallels Plesk Panel 10.3.1