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.

useing 301 from non www to www but can't get it to 301 from old pages to new

Discussion in 'Apache' started by kaptain, Oct 24, 2005.

  1. #1
    I am just redoing one of my sites and have utilized the mode rewrite to 301 the non www to the www version of the site.

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^my-site.com
    RewriteRule ^(.*)$ http://www.my-site.com/$1 [R=301,L]


    that works great, no problems...

    However, I have about ten pages that the url will change completely.

    Old urls are like so
    http://www.my-site.com/?cat=1

    So i added this to my .htaccess

    Redirect 301 /?cat=1 http://www.my-site.com/new-page.htm

    Did not work at all...

    Thanks for any help
     
    kaptain, Oct 24, 2005 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    digitalpoint, Oct 24, 2005 IP