How can I redirect a Wordpress permalink from
example.com/%year%/%monthnum%/%postname%.html
to
example.com/%postname%
I have tried doing it through a plugin and also by adding the following code to .htaccess
file but it's returning 404 not found error.
RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/(.*)$ http://www.example.com/$3