创意电子 发表于 2022-4-4 12:26:46

版块分区伪静态seo



可以编辑伪静态格式,默认为:gid-{gid}.html
还需要在服务器填加伪静态才能生效。

nginx规则:

if ($args ~ "^(.*)$"){
      set $rule_0 1$rule_0;
      set $bref_1 $1;
}
if ($rule_0 = "1"){
      rewrite ^/gid-(+)\.html$ /forum.php?gid=$1&$bref_1;
}
其它的请自行转换

效果如:https://www.wxcydz.cc/gid-1.html
页: [1]
查看完整版本: 版块分区伪静态seo