1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

help me to redirect 3 page plz

Discussion in 'Search Engine Optimization' started by Vebtools, Feb 4, 2010.

  1. #1
    i want to redirect www.site.com/hello to www.newsite.com/hello

    plz guide me how can i do this i want to redirect just 3 page of one blog to other

    guide me step by step.. just want to redirect 3 pages not the whole web
     
    Vebtools, Feb 4, 2010 IP
  2. Meglepett

    Meglepett Active Member

    Messages:
    152
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Meglepett, Feb 4, 2010 IP
    Vebtools likes this.
  3. asghar.paracha

    asghar.paracha Well-Known Member

    Messages:
    720
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    118
    #3
    Make sure that u can do that urself otherwise use any developer to do that.
     
    asghar.paracha, Feb 4, 2010 IP
  4. Vebtools

    Vebtools Well-Known Member

    Messages:
    2,619
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    145
    #4
    Vebtools, Feb 4, 2010 IP
  5. Vebtools

    Vebtools Well-Known Member

    Messages:
    2,619
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    145
    #5
    accha jee
    .
     
    Vebtools, Feb 4, 2010 IP
  6. proson

    proson Well-Known Member

    Messages:
    573
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #6
    you need to have rewrite engine on.

    add one more line on the .htaccess I guess
    
    RewriteEngine ON
    RewriteRule ^hello$ http://www.newsite.com/hello [R=301,L]
    
    Code (markup):
     
    proson, Feb 4, 2010 IP
    Vebtools likes this.
  7. Vebtools

    Vebtools Well-Known Member

    Messages:
    2,619
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    145
    #7

    Thank you so much its working fine :D
     
    Vebtools, Feb 4, 2010 IP