我想将http://www.firstwebsite.com/makan-enak?ideas=123123123重定向到http://www.secondwebsite.com/makan-enak/
我使用此代码
RewriteCond %{HTTP_HOST} =www.firstwebsite.com [NC]
RewriteCond %{QUERY_STRING} ^?test=([a-zA-Z0-9]+)$
RewriteRule ^http://www.firstwebsite.com/makan-enak/$ http://www.secondwebsite.com/makan-enak/%1
但是我总是失败。有什么建议吗?谢谢