Archive redirect

The archive pages are redirecting from the old Blogger page: http://bloggersite.com/2014_07_01_archive.html to this page on new site:

http://www.mysitesblog.com/2014_07_01_archive.html But needs to go to this format:

http://www.mysitesblog.com/2014/07/

Added #Redirect archives
RewriteRule ^([0-9]{4})([0-9]{1,2})([0-9]{1,2})_archive.html$ $1/$2/ [L,R=301] to htaccess but still going go _archive.html

Please use this rule:

RewriteRule ^([0-9]{4})([0-9]{1,2})([0-9]{1,2})_archive.html$ $1/$2/ [L,R=301]

check this article for complete .htaccess rules https://rtcamp.com/blogger-to-wordpress/tutorials/permalink-seo-migration/