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

优惠券伪静态

rewrite ^([^\.]*)/coupon\.html$ $1/plugin.php?id=sanree_brand_coupon&mod=index last;
        rewrite ^([^\.]*)/coupon-usercoupon-(+)\.html$ $1/plugin.php?id=sanree_brand_coupon&mod=usercoupon&tid=$2 last;
        rewrite ^([^\.]*)/coupon-couponshow-(+)\.html$ $1/plugin.php?id=sanree_brand_coupon&mod=couponshow&tid=$2 last;
        rewrite ^([^\.]*)/coupon-index-(+)-(+)-(+)-(+)\.html$ $1/plugin.php?id=sanree_brand_coupon&mod=index&tid=$2&did=$3&filter=$4&listmode=$5 last;

页: [1]
查看完整版本: 优惠券伪静态