admin 发表于 2026-2-25 14:23:41

活动模块伪静态

rewrite ^([^\.]*)/activity\.html$ $1/plugin.php?id=sanree_brand_activity&mod=index last;
        rewrite ^([^\.]*)/activity-useractivity-(+)\.html$ $1/plugin.php?id=sanree_brand_activity&mod=useractivity&tid=$2 last;
        rewrite ^([^\.]*)/activity-inpage-(+)\.html$ $1/plugin.php?id=sanree_brand_activity&mod=inpagew&tid=$2 last;
        rewrite ^([^\.]*)/activity-aclist-(+)-(+)-(+)\.html$ $1/plugin.php?id=sanree_brand_activity&mod=aclist&tid=$2&y=$3&m=$4&did=$5 last;
        rewrite ^([^\.]*)/activity-index-(+)-(+)-(+)-(+)\.html$ $1/plugin.php?id=sanree_brand_activity&mod=index&tid=$2&did=$3&filter=$4&listmode=$5 last;
页: [1]
查看完整版本: 活动模块伪静态