Forum Moderators: phranque
RewriteRule ^aaa/bbb/ccc/index\.php/cpath2/(.+)$ http://www.example.com/aaa/bbb/ccc/index.php/cpath/$1 [R=301,L]
RewriteRule ^([^/]+/)*index\.php/cpath2/(.+)$ http://www.example.com/$1index.php/cpath/$2 [R=301,L]