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

商品模块伪静态

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