Is this possible to do with a domain?

Discussion in 'Domains, Hosting and Servers' started by Superboy, Dec 9, 2012.

  1. Superboy

    Superboy Most Likely, I'm Insane.

    Joined:
    Jun 13, 2012
    Messages:
    524
    Likes Received:
    168
    Location:
    New Jersey
    I brought a domain that i plan to use as a redirect to my main domain...it is meant to be used for promotional purposes....

    I want the new domain to redirect to one of the categories on my forum.

    For instance if my main domain is "Iamforeveryoung.com"

    and the new name is "dieforeveryoung.com"

    and the category is iamforeveryoung.com/forum/1-social-hub/

    how could i redirect the new name to that category only and not the whole site itself?
     
  2. bauss

    bauss Regular Member

    Joined:
    Jun 16, 2012
    Messages:
    335
    Likes Received:
    74
    You can set it up in cpanel, by adding a redirect or addon(forget which one) domain and pointing it to iamforeveryoung.com/forum/1-social-hub/
     
  3. Amdac

    Amdac Regular Member

    Joined:
    Apr 11, 2012
    Messages:
    5
    Likes Received:
    2
    Another option is to add the following line to your .htaccess file on dieforeveryoung.com. Make sure you use a 301 redirect though to pass full SEO benefits.

    Code:
    Redirect 301 / http://iamforeveryoung.com/forum/1-social-hub/
     
    Brandon likes this.

Share This Page