如果您的zencart程序使用的是Ceon URI Mapping插件进行伪静态化,请使用以下伪静态规则


location / {
try_files $uri $uri/ /index.php$is_args$args;
}