friends I need your help. I recently transferred my blogger blog to wordpress and I want to redirect old blogger permalinks to newer. old: http://sitename.com/2012/04/my-post-url.html to new: http://sitename.com/my-post-url/ I've tried following htaccess code it removes years and months but don't remove .html. Can anyone tell me how to get "/" instead of ".html" at the end of link any modification for the following code? RedirectMatch 301 /\d{4}/\d{2}/\d{2}/(.*) http://mydomain.com/$1 Code (markup):