is it possible to keep certain parts of an URL and to rewrite the rest? With a .htaccess 301 redirect.
In my example I would like to rewrite URLs from this format
http://blog.example.com/post-name
to this one
http://example.com/2014/post-name
So far the year (2014) can be static because only a couple of links would be affected.
Thanks!