Forum Moderators: phranque
RewriteRule ^/index\.php?main_page=index(&cPath=1)(.*)$ /index\.php?main_page=index&cPath=6$2 [L,R=301] RewriteCond %(QUERY_STRING) ^main_page=index&cPath=1(.*)$
RewriteRule .* /index\.php?main_page=index&cPath=6%1 [L,R=301] RewriteCond: input='%(QUERY_STRING)' pattern='^main_page=index&cPath=1(.*)$' => not-matched RewriteCond %{QUERY_STRING} ^main_page=index&cPath=1(&?.*)$
RewriteRule ^(.*) http://www.example.com/index\.php?main_page=index&cPath=6%1 [R=301,L]
RewriteCond %{QUERY_STRING} ^main_page=index&cPath=1(&.*)?$
RewriteRule ^(index\.php)?$ http://www.example.com/index\.php?main_page=index&cPath=6%1 [R=301,L]