0
回答

伪静态规则 rewrite ^(.*)(\d+).html$ $1index.php?route=text&id=$2 last;
0-9正常 10以后就File not found. index.php?route=text&id=10 是没问题的
rewrite ^(.*)sitemap_(\d+).html$ $1index.php?route=maps&num=$2 last; 这个都一切正常
伪静态规则 rewrite ^(.*)(\d+).html$ $1index.php?route=text&id=$2 last;
0-9正常 10以后就File not found. index.php?route=text&id=10 是没问题的
rewrite ^(.*)sitemap_(\d+).html$ $1index.php?route=maps&num=$2 last; 这个都一切正常