[Apache].htaccessクエリ置換
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (^|.*&)id=100($|[^0-9])(.*) RewriteRule ^search.*$ http://%{HTTP_HOST}%{REQUEST_URI}?%1id=200%2%3 [R=301,L] </IfModule>
id=100をid=200に置換してリダイレクト
id以外のクエリはそのまま