RewriteEngine On
RewriteCond search.php
RewriteCond {$QUERYSTRING} category=restauran(.*)city=Montrea(.*)$
RewriteRule search.php.* http://www.mynewsite.fak/$1 [P]
アイデアは、クエリ文字列を含むsearch.phpへの呼び出しをパスをそのままにしてhttp://www.mynewsite.fakにリダイレクトするcategory=restaurant
ことです。たとえば、次のようになります。city=Montreal
myoldsite.fak/folderA/folderB/search.php?blah=blah...
に行く
mynewsite.fak/folderA/folderB/search.php?blah=blah...