2012-08-01 96 views

回答

1

嘗試把你的文檔根這個地方在htaccess文件合適:

RewriteEngine On 
RewriteCond %{QUERY_STRING} (.*)product_brand=([^&]+)&?(.*) 
RewriteRule ^(.*)$ /$1?%1product_bisbrand=%2&%3 [R=301,L]