msn, yahoo 301 redirects

Discussion in 'Search Engine Optimization' started by frritchi, Mar 5, 2007.

  1. #1
    hi all...msn and yahoo seem to have trouble with my 301 redirect for index.html

    In msn all pages except the index show up in a "site:" search

    in yahoo all pages show up as www.example.com/example.html except for the index page with shows as example.com

    here is the 301 I use:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example.com [NC]
    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

    Anyone else have this issue?
     
    frritchi, Mar 5, 2007 IP
  2. rzvagelsky

    rzvagelsky Well-Known Member

    Messages:
    1,214
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Are you trying to re-direct from www.example.com/index.html to www.example.com? Or are you simply trying to add the www. to the index page? If you want to add the www only, try this:

     
    rzvagelsky, Mar 5, 2007 IP
  3. frritchi

    frritchi Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    add the www only

    thanks
     
    frritchi, Mar 5, 2007 IP
  4. rzvagelsky

    rzvagelsky Well-Known Member

    Messages:
    1,214
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    140
    #4
    ya try the code I gave you above...I just put it into mine last week (don't know why I waited that long) and it works great
     
    rzvagelsky, Mar 5, 2007 IP