We simply have to move every page inside of a directory called \"Music\" to a directory called \"Information\"... That\'s the only change. There\'s lots of links to pages mu
Use backreferences for this one:
RewriteRule ^foo/(.*)$ bar/$1
RedirectMatch ^/foo/bar/(.*) http://www.wherever.org/a/foo/bar/$1