.htaccess - redirect old pages to new seo targets -



.htaccess - redirect old pages to new seo targets -

i have litte problem :(

on site created mod_rewrite rules...

rewriterule ^([^/]+)/([^/]+)/([^/]+)/([0-9][0-9][0-9][0-9][0-9][0-9][^/]+)$ /index.php?lang=$1&i=$2&cat=$3&item=$4 [l]

with rule recieve next link

/en/article/category/item/021205

with code above ok.. problem changed site seo. link looks

/en/article/category/item/021205-seo-link-is-here

my problem pages in google , co..

is there way create rule can redirect:

/en/article/category/item/021205 >> >> /en/article/category/item/021205-seo-link-is-here

my site multilangual /en /es /fr if of import rule

best regards bernte

if want redirect each page on own, order of rewriterules important.

better solution ignore seo-link in index.php unless articleid unique

.htaccess mod-rewrite redirect

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -