Hi
I have a website with the following url rewrite set
I'd like to change the URLs fromCode:RewriteRule ^Cat-(.*)-(.*).html$ section.php?cat_name=$1&cat=$2
to
I can change the rewrite rule to
But is there a way I can redirect any pages listed in search engines so thatCode:RewriteRule ^L1-(.*)-(.*).html$ section.php?cat_name=$1&cat=$2
is redirected
Thanks



Reply With Quote
Bookmarks