私はURL書き換えのためにこの正規表現を持っています:
<from>^/page/([0-9]+)/order/(.*)/by/(.*)/composition/(.*)/location/(.*)/price_min/(.*)/price_max/(.*)/industry/(.*)/type/(.*)$</from>
<to>/page=$1&order=$2&by=$3&composition=$4&location_id=$5&price_min=$6&price_max=$7&industry_id=$8&type_id=$9</to>
以下のようなURLと一致させたいのですが、一致しません。
/ page / 2 / order / id / by / desc / compose / 1 / location / none / price_min / 2 / price_max / 2 / Industry / 2 / type / 3