301 redirect subdomain to deeplink

Discussion in 'Search Engine Optimization' started by Hendricius, Apr 4, 2008.

  1. #1
    I would like to submit my deeplinks to various directories. However those do not aprove deep links. I thought about making a subdomain and using that subdomain for submitting. This subdomain will then be redirected to a deeplink.

    Is that possible? If yes, what mus I place in my .htaccess to forward?
     
    Hendricius, Apr 4, 2008 IP
  2. choicefreedom2000

    choicefreedom2000 Peon

    Messages:
    374
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    My Dear Friend

    Who told you that if you create a subdomain then it will help your deep links. Listen first what i am telling you.

    There are many free directories which accept deep links whereas there are many which accept domain name and subdomain name but how can you provide backlink to deep links. creating a subdomain which provide backlinks to only one deep link.

    yes if you create mutiple subdomain then only you can give backlinks to each and every deep links but here also you are bound by subdomain limitation so you can create more than three subdomain as per my knowledge right ?

    So better try for directories which accepts deeplinks and the most important thing that dmoz.org accepts deeplinks.

    Cool Mate and Enjoy your day

    Dashanan Sharma

    __________________
    Gadgets - Top seller of United kingdom

    Rakesh - Save our Earth before it is too late
     
    choicefreedom2000, Apr 4, 2008 IP
  3. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Ignore the above poster, he can't ever read the actual OP and answer it correctly, he's always too busy just thread spamming to get his post count and signature links out.

    As for your question you just need to edit the .htaccess file in the top level of the sub-domains folder, however most directory editors will notice the redirect 9 times out of 10. Below is what you would insert into your .htaccess file....

    
    RewriteEngine on
    RewriteCond %{HTTP_HOST} [B]subdomain.domain.com[/B]$ [NC]
    RewriteRule (.*)$ [B]http://www.domain.com/path/to/page[/B] [R=301,L
    Code (markup):
     
    astup1didiot, Apr 4, 2008 IP
  4. aninfo

    aninfo Well-Known Member

    Messages:
    552
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    120
    #4
    Brilliant idea. :D

     
    aninfo, Apr 4, 2008 IP