A
Size: a a a
MK
location /test {
rewrite ^/test/?(.*)$ /index.php?route=test/$1 last;
}
location / {
try_files $uri @opencart;
}
location @opencart {
rewrite ^/(.+)$ /index.php?_route_=$1 last;
}ВМ
ВМ
ВМ
ВМ
MK
ВМ
ВМ
ВМ
MK
ВМ
MK
A
ВМ
MK
MK
AN