Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 6 of 6

Thread: domain redirect

  1. #1
    KnowledgeThirst is offline Junior Member
    Join Date
    Mar 2010
    Posts
    5

    Default domain redirect

    How do I get a domain to redirect to another website?

  2. #2
    jeremya is offline Administrator
    Join Date
    Jun 2008
    Posts
    270

    Default

    You can try our domain and email forwarding plan. See Email & Domain forwarding | myhosting.com for details.
    -Jeremya

  3. #3
    WorldWideWeb is offline Junior Member
    Join Date
    Mar 2010
    Posts
    7

    Default

    True...it's pretty darn easy.

  4. #4
    maidtoorder is offline Junior Member
    Join Date
    May 2010
    Posts
    1

    Default Domain redirect is not 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! :-)

  5. #5
    jeremya is offline Administrator
    Join Date
    Jun 2008
    Posts
    270

    Default

    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

  6. #6
    sgoodman is offline Master Member
    Join Date
    Jul 2008
    Location
    Alberta, Canada
    Posts
    397

    Lightbulb Domain Redirect

    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:

    Code:
    redirect 301 /old/old.htm http://www.you.com/new.htm
    Make sure to change the example domains. Save the file and upload it to your server.

    Client Redirects
    Just add the following meta tag to the head section of an HTML page:

    HTML Code:
    <meta http-equiv="Refresh" content="0; URL=http://www.you.com/new.htm" />
    Make sure to change the example URL.

    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


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts