Buying Someone to help with a 301 redirect issue

Discussion in 'Programming' started by BigMan, Jan 19, 2010.

  1. #1
    I changed from our old design to our new asp.net site awhile back but our old HTML/PHP reviews are still online so Google might penalize me for this.

    Also a bunch of my sponsors are linked to the old reviews which means I need to redirect them in a good way.

    I need to discuss a solution and execute the best way to do this, either if its possible to link straight to the new reviews or just to our new design.
     
    BigMan, Jan 19, 2010 IP
  2. dpacmittal

    dpacmittal Well-Known Member

    Messages:
    155
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    What server are you using?
     
    dpacmittal, Jan 19, 2010 IP
  3. gauharjk

    gauharjk Notable Member

    Messages:
    2,430
    Likes Received:
    135
    Best Answers:
    0
    Trophy Points:
    230
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Make a list of all your old urls and their corresponding new urls that you want to point to. Then, edit you .htaccess file and add the following lines...

    redirect 301 /old.htm http://www.yourwebsite.com/new.asp
    Code (markup):
    Add lines for each and every URL you wish to redirect.

    Cheers!
     
    gauharjk, Jan 20, 2010 IP