need help with 301 redirect and seo urls

Posted by tyler on Stack Overflow See other posts from Stack Overflow or by tyler
Published on 2010-05-05T06:00:01Z Indexed on 2010/05/05 6:18 UTC
Read the original article Hit count: 272

Filed under:
|
|

Ok, i used the below to "seoize" my urls. It works great..the only problem is when i go to the old page it doesnt redirect to the new page.. so i have a feeling i will get two pages indexed in google... how can i just permenantly redirect the old pages eto new urls...

RewriteRule ^city/([^/]+)/([^/]+) /rate-page.php?state=$1&city=$2 [NC]

http: / / www.ratemycommunity.com/city/Kansas/Independence

and old page = http://www.ratemycommunity.com/rate-page.php?state=Kansas&city=Independence

© Stack Overflow or respective owner

Related posts about apache

Related posts about mod