URL: http://xxxxxx/index.php?route=product/category&path=565
そして、なぜ以下のルールが機能しないのですか?!?!
これ - まったく機能しません:
if ($request_uri ~* "^(.*)product/category&path=565"){
rewrite ^(.*)$ /index.php?route=product/category&path=174&filter=sale? last;
}
これは - あまりにも仕事ではありません!=(
if ($args ~* "^(.*)product/category&path=565"){
rewrite ^(.*)$ /index.php?route=product/category&path=174&podbor=m:feniks? last;
}