shopex在nginx 下的伪静态规则



location / {
if (!-e $request_filename) {
rewrite ^/(.+\.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 last;
}
}
最后更改: in 2017/05/26 16:03