.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
Post a Comment