网址是: 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;
}