RewriteEngine On
RewriteCond search.php
RewriteCond {$QUERYSTRING} category=restauran(.*)city=Montrea(.*)$
RewriteRule search.php.* http://www.mynewsite.fak/$1 [P]
这个想法是将任何对 search.php 的调用重定向到带有category=restaurant
和city=Montreal
在查询字符串中的http://www.mynewsite.fak并且路径完整,例如:
myoldsite.fak/folderA/folderB/search.php?blah=blah...
去
mynewsite.fak/folderA/folderB/search.php?blah=blah...