Also you don't have it anchored at the beginning of the string so it actually matches "/.*" occurring anywhere in the URL. Consider if you really want to redirect everything into the wiki, or just /.
The rewrite rules handle proxying requests to the cherrypy server behind apache so I need both to play nice. The trouble is that the rewrite rules seem to be taking effect before the Redirect calls ...