Replies: 0
Hi,
I am looking for it everywhere but I am not finding the solution.
any help me code redirect /%post_id%/%postname%.html to /%postname%.html for .htaccess
i try using
RedirectMatch 301 ^/(\d+)/([^/]+).html$ http://www.yourdomain.com/$2
but, only redirect to /%postname% without .html
thank you,