Like this
In the last line depending on how the resulting url looks, IE appended or not, then you may need to change toRewriteCond %{QUERY_STRING} main_page=document_product_info&cPath34&products_id=130
RewriteRule (.*) http://mysite/index.php?main_page=about_us$1? [R=301,L]
orRewriteRule (.*) http://mysite/index.php?main_page=about_us$1 [R=301,L]
Cheers,RewriteRule (.*) http://mysite/index.php?main_page=about_us [R=301,L]
Melanie


Reply With Quote
