Mod rewrite 重写规则发送多个参数404错误

Mod rewrite 重写规则发送多个参数404错误,mod-rewrite,Mod Rewrite,我用重写规则转发链接,我发送32个参数。但现在我只能发送23个参数。当我尝试发送高于23的参数时,我得到一个404错误。原因是什么 RewriteRule ^../../([0-9]+)/(.*)/(.*)/(.*)/([0-9]+)/([0-9]+)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/([0-9]+)/(.*)/([0-9]+)/(.*)/([0-9]+)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/?$ RestController.php?view

我用重写规则转发链接,我发送32个参数。但现在我只能发送23个参数。当我尝试发送高于23的参数时,我得到一个404错误。原因是什么

RewriteRule ^../../([0-9]+)/(.*)/(.*)/(.*)/([0-9]+)/([0-9]+)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/([0-9]+)/(.*)/([0-9]+)/(.*)/([0-9]+)/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/?$ RestController.php?view=ordersuccess&customer_id=$1&firstname=$2&lastname=$3&email=$4&telephone=$5&fax=$6&payment_firstname=$7&payment_lastname=$8&payment_company=$9&payment_adress_1=$10&payment_adress2=$11&payment_city=$12&payment_postcode=$13&payment_country=$14&payment_country_id=$15&payment_zone=$16&payment_zone_id=$17&payment_method=$18&shipping_firstname=$19&shipping_lastname=$20&shipping_company=$21&shipping_adress_1=$22&shipping_adress_2=$23&shipping_city=$24&shipping_postcode=$25&shipping_country=$26&shipping_zone=$27&shipping_method=$28&shipping_code=$29&comment=$30&total=$31&order_status_id=$32 [NC,QSA,L]