Module allows the importing of redirect from .htaccess (so far). It uses regular expressions to extract

Currently able to import redirects specified in the following formats:

RewriteCond %{REQUEST_URI} !^/some/query/path$ [??] 
RewriteRule ^.*example.com$ example.com/myNewPath [?????]

and