Можно воспользоваться директивой Redirect из mod_alias:
Redirect /dir1 http://test.ru/dir2
Redirect permanent /dir1/ http://test.ru/dir2
RedirectMatch ^/$ http://test.ru/new.html
RedirectMatch .* http://test.ru/new.html
RedirectMatch (.*)\.gif$ http://test.ru$1.jpg
AliasMatch ^/img/(.*) /home/user1/img/$1URL:
Обсуждается: http://www.opennet.me/tips/info/337.shtml
А как при етом передать текущую QUERY_STRING ?