I am currently using the following permalink structure and am looking to change it through a HTACCESS 301 redirect but cannot find the code that works.
Currently permalink: /%year%/%monthnum%/%postname%.html
Future permalink: /%postname%
So, I want to remove the year and month from all posts and well as the .html ending.
Can someone help me?