Blogger To WordPress Permalink Redirection

You can set up the redirection on the .htaccess file, adding this row:

RewriteRule ^\d{4}/\d{2}/(.+)\.html$ http://www.example.com/$1/? [R=301,L]