Hi I m trying to redirect the url from
%category%/%postname%.html to %year%/%month%/%postname%
I tried by changing the .htaccess file but could not help.
at least i tried to redirect %category%/%postname%.html to %postname% , this also didnot work
RedirectMatch 301 ^/([^/]+)/([^/]+).html$ http://www.example.com/$2
any help really appreciated