0
我的網址是像的.htaccess重寫規則被丟棄我的查詢字符串
http://172.16.3.97:82/shop/t-shirts/full-zip-sweatshirt?options=367:731,368:737,369:741&custom_inscription=test
我寫像
RewriteRule ^shop/t-shirts/([a-zA-Z0-9\[email protected]]+)\?*$ shop/product?path=35&product_id=$1&test=$2
重寫規則,我只在full-zip-sweatshirt
了$_GET
,但我沒能得到其他參數。
我應該如何在.htaccess中寫規則?