google and redirects....

Discussion in 'Google' started by tyguy, May 3, 2007.

Thread Status:
Not open for further replies.
  1. #1
    hello, i wasnt sure exactly where to post this but i guess here is ok. I have a forum that was on mysite.com and i just moved it to mysite.com/forum and now all my google visitors are getting a 404 because the pages that are indexed are mysite.com/blahblahblah - how can i use a redirect to fix this?
     
    tyguy, May 3, 2007 IP
  2. bob803

    bob803 Peon

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes, lookup 301 redirects rewrite:

    RewriteEngine On

    RewriteRule ^olddir/(.*)$ http://mysite.com/newdir/$1 [R=301,L]

    I think will work.
     
    bob803, May 3, 2007 IP
Thread Status:
Not open for further replies.