eZ Publish RewriteRule to redirect a URI match site to hostname

The old site had eZ publish installed in a directory called cms, and running in URI match mode. These redirect rules allow people who have bookmarks and favorites to the old site to reach the correct pages in the new site.


RewriteRule cms/index\.php/plain_admin$ http://stkathryns.org/new [R=301,L]
RewriteRule cms/index\.php/plain(.*) /$1 [R=301,L]
RewriteRule cms/index\.php$ / [R=301,L]