2013-05-31 60 views

回答

0
RewriteCond %{REQUEST_URI} ^/products\.php$ 
RewriteCond %{QUERY_STRING} ^IDZ=(.*)$ [OR] 
RewriteCond %{QUERY_STRING} ^IDZ=(.*)&start=(.*)$ 
RewriteRule ^(.*)$ http://www.example.com/? [R=302,L] 

我解決了這個問題,這可能是有幫助的或其他人