admin 发表于 2026-2-25 14:29:51

招聘伪静态规则

rewrite ^([^\.]*)/jobs\.html$ $1/plugin.php?id=sanree_brand_jobs&mod=index last;
        rewrite ^([^\.]*)/jobs-userjobs-(+)\.html$ $1/plugin.php?id=sanree_brand_jobs&mod=userjobs&tid=$2 last;
        rewrite ^([^\.]*)/jobs-jobsshow-(+)\.html$ $1/plugin.php?id=sanree_brand_jobs&mod=jobsshow&tid=$2 last;
        rewrite ^([^\.]*)/jobs-index-(+)-(+)-(+)-(+)-(+)\.html$ $1/plugin.php?id=sanree_brand_jobs&mod=index&payid=$2&typeid=$3&tid=$4&did=$5&updateid=6 last;

页: [1]
查看完整版本: 招聘伪静态规则