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.

Need quick help with htaccess URL rewrite permanent

Discussion in 'Apache' started by punitkg, May 1, 2010.

  1. #1
    Hey guys,

    My website was updated and I lost ranking on several pages. Can you please help me do a permanent redirect, I am not an expert but my vendor isn't willing to do it unless I sign up for their entire SEO package!!

    Here is what I need:

    OLD URL: http://www.comparebroker.com/display_company_account?company_id=25
    NEW URL: http://www.comparebroker.com/etrade-reviews-online-stock-brokers-review

    Any help would be highly appreciated, thanks a lot guys.
    -Punit
     
    punitkg, May 1, 2010 IP
  2. verdict.session

    verdict.session Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    please try the below one and check

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^www.comparebroker.com [NC]
    RewriteRule ^/display_company_account?company_id=25 /etrade-reviews-online-stock-brokers-review$1 [R=301,L]
     
    verdict.session, May 10, 2010 IP