我正在尝试清理我的网址的外观,一些网址,其中product_name参数包含在网址中显示的逗号,如果有人知道如何,我想从网址中删除
RewriteCond %{THE_REQUEST} /product\.php\?product_id=([^&]+)&product_name=([^\s&]+) [NC]
RewriteRule ^ /product/%1/%2? [NE,L,R]
RewriteRule ^product/([0-9]+)/(.+)/?$ deal.php?deal_id=$1&deal_name=$2 [B,NC,L]