admin 发表于 2026-2-25 14:20:40

商讯模块伪静态

rewrite ^([^\.]*)/news\.html$ $1/plugin.php?id=sanree_brand_news&mod=index last;
        rewrite ^([^\.]*)/news-usernews-(+)\.html$ $1/plugin.php?id=sanree_brand_news&mod=usernews&tid=$2 last;
        rewrite ^([^\.]*)/news-newsshow-(+)\.html$ $1/plugin.php?id=sanree_brand_news&mod=newsshow&tid=$2 last;
        rewrite ^([^\.]*)/news-index-(+)-(+)-(+)-(+)\.html$ $1/plugin.php?id=sanree_brand_news&mod=index&tid=$2&did=$3&filter=$4&listmode=$5 last;
页: [1]
查看完整版本: 商讯模块伪静态