Hello,
Currently I am using Permalink Custom Structure i.e.
/%category%/%postname%.html
Now I want to remove .html from it so I did like this
/%category%/%postname%/
but the posts send to 404 page and I want to 301 redirect from old structure to new one. I tried few plugins to redirect but nothing works.
Does anyone have the solution or suggestion?